#378490

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

Shades of Blue Chill #378490

Tints of Blue Chill #378490

Color information

#378490 (or 0x378490) is unknown color: approx Blue Chill. HEX triplet: 37, 84 and 90. RGB value is (55,132,144). Sum of RGB (Red+Green+Blue) = 55+132+144=331 (43% of max value = 765). Red value is 55 (21.88% from 255 or 16.62% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 144 (56.64% from 255 or 43.50% from 331); Max value from RGB is 144 - color contains mainly: blue. Hex color #378490 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378490 is #C87B6F. Grayscale: #6E6E6E. Windows color (decimal): -13138800 or 9471031. OLE color: 9471031.

HSL color Cylindrical-coordinate representation of color #378490: hue angle of 188.09º degrees, saturation: 0.45, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #378490 is Cyan = 0.62, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55132144-
CMYK0.620.0800.44
HSL188.09º44.72%39.02%-
HSV(B)188.09º61.81%56.47%-
XYZ14.8619.3329.33-
YUV110.34146.9988.52-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.62%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 144 (56.64% from 255) = 43.50%
R=16.62%
G=39.88%
B=43.50%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551321440.620.0800.44188.0944.7239.02
Hex3784903E802Cbc2d27
Octal6720422076100542745547
Binary11011110000100100100001111101000010110010111100101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378490; }

 p { color: rgb(55,132,144); }

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

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

 a { background-color: rgb(55,132,144); }

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

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

 span { border-color: rgb(55,132,144); }

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