#375A66

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

Shades of Blumine #375A66

Tints of Blumine #375A66

Color information

#375A66 (or 0x375A66) is unknown color: approx Blumine. HEX triplet: 37, 5A and 66. RGB value is (55,90,102). Sum of RGB (Red+Green+Blue) = 55+90+102=247 (32% of max value = 765). Red value is 55 (21.88% from 255 or 22.27% from 247); Green value is 90 (35.55% from 255 or 36.44% from 247); Blue value is 102 (40.23% from 255 or 41.30% from 247); Max value from RGB is 102 - color contains mainly: blue. Hex color #375A66 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375A66 is #C8A599. Grayscale: #505050. Windows color (decimal): -13149594 or 6707767. OLE color: 6707767.

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

Color convert

RGB5590102-
CMYK0.460.1200.6
HSL195.32º29.94%30.78%-
HSV(B)195.32º46.08%40%-
XYZ7.639.0813.92-
YUV80.9139.9109.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 22.27%
GREEN value IS 90 (35.55% from 255) = 36.44%
BLUE value IS 102 (40.23% from 255) = 41.30%
R=22.27%
G=36.44%
B=41.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal55901020.460.1200.6195.3229.9430.78
Hex375A662EC03Cc31e1f
Octal6713214656140743033637
Binary1101111011010110011010111011000111100110000111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,90,102); }

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

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

 a { background-color: rgb(55,90,102); }

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

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

 span { border-color: rgb(55,90,102); }

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