#375D67

Color #375D67 Blumine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blumine #375D67

Tints of Blumine #375D67

Color information

#375D67 (or 0x375D67) is unknown color: approx Blumine. HEX triplet: 37, 5D and 67. RGB value is (55,93,103). Sum of RGB (Red+Green+Blue) = 55+93+103=251 (33% of max value = 765). Red value is 55 (21.88% from 255 or 21.91% from 251); Green value is 93 (36.72% from 255 or 37.05% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 103 - color contains mainly: blue. Hex color #375D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375D67 is #C8A298. Grayscale: #525252. Windows color (decimal): -13148825 or 6774071. OLE color: 6774071.

HSL color Cylindrical-coordinate representation of color #375D67: hue angle of 192.5º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #375D67 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB5593103-
CMYK0.470.1000.60
HSL192.5º30.38%30.98%-
HSV(B)192.5º46.6%40.39%-
XYZ7.949.6214.27-
YUV82.78139.41108.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 55 (21.88% from 255) = 21.91%
GREEN value IS 93 (36.72% from 255) = 37.05%
BLUE value IS 103 (40.62% from 255) = 41.04%
R=21.91%
G=37.05%
B=41.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal55931030.470.1000.60192.530.3830.98
Hex375D672FA03Cc01e1f
Octal6713514757120743003637
Binary1101111011101110011110111110100111100110000001111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375D67; }

 p { color: rgb(55,93,103); }

 H1.HeaderClassName
 {
   color: #375D67;
 }
 .AnyTagClassName
 {
   color: #375D67;
 }
</style>
background-color css

<style>
 a { background-color: #375D67; }

 a { background-color: rgb(55,93,103); }

 div.DivClassName
 {
   background-color: #375D67;
 }
 .BgClassName
 {
   background-color: #375D67;
 }
</style>
border-color css

<style>
 span { border-color: #375D67; }

 span { border-color: rgb(55,93,103); }

 td.TdClassName
 {
   border-color: #375D67;
 }
 .TagClassName
 {
   border-color: #375D67;
 }
</style>