#378C90

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

Shades of Blue Chill #378C90

Tints of Blue Chill #378C90

Color information

#378C90 (or 0x378C90) is unknown color: approx Blue Chill. HEX triplet: 37, 8C and 90. RGB value is (55,140,144). Sum of RGB (Red+Green+Blue) = 55+140+144=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 140 (55.08% from 255 or 41.30% from 339); Blue value is 144 (56.64% from 255 or 42.48% from 339); Max value from RGB is 144 - color contains mainly: blue. Hex color #378C90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C90 is #C8736F. Grayscale: #727272. Windows color (decimal): -13136752 or 9473079. OLE color: 9473079.

HSL color Cylindrical-coordinate representation of color #378C90: hue angle of 182.7º 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 #378C90 is Cyan = 0.62, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB55140144-
CMYK0.620.0300.44
HSL182.7º44.72%39.02%-
HSV(B)182.7º61.81%56.47%-
XYZ15.9921.5829.71-
YUV115.04144.3485.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 140 (55.08% from 255) = 41.30%
BLUE value IS 144 (56.64% from 255) = 42.48%
R=16.22%
G=41.30%
B=42.48%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal551401440.620.0300.44182.744.7239.02
Hex378C903E302Cb72d27
Octal672142207630542675547
Binary110111100011001001000011111011010110010110111101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378C90; }

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

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

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

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

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

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

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

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