#378588

Color #378588 Blue Chill (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Chill #378588

Tints of Blue Chill #378588

Color information

#378588 (or 0x378588) is unknown color: approx Blue Chill. HEX triplet: 37, 85 and 88. RGB value is (55,133,136). Sum of RGB (Red+Green+Blue) = 55+133+136=324 (42% of max value = 765). Red value is 55 (21.88% from 255 or 16.98% from 324); Green value is 133 (52.34% from 255 or 41.05% from 324); Blue value is 136 (53.52% from 255 or 41.98% from 324); Max value from RGB is 136 - color contains mainly: blue. Hex color #378588 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378588 is #C87A77. Grayscale: #6D6D6D. Windows color (decimal): -13138552 or 8946999. OLE color: 8946999.

HSL color Cylindrical-coordinate representation of color #378588: hue angle of 182.22º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #378588 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB55133136-
CMYK0.600.0200.47
HSL182.22º42.41%37.45%-
HSV(B)182.22º59.56%53.33%-
XYZ14.4119.3626.27-
YUV110.02142.6688.76-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.98%
GREEN value IS 133 (52.34% from 255) = 41.05%
BLUE value IS 136 (53.52% from 255) = 41.98%
R=16.98%
G=41.05%
B=41.98%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551331360.600.0200.47182.2242.4137.45
Hex3785883C202Fb62a25
Octal672052107420572665245
Binary110111100001011000100011110010010111110110110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378588; }

 p { color: rgb(55,133,136); }

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

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

 a { background-color: rgb(55,133,136); }

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

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

 span { border-color: rgb(55,133,136); }

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