#378992

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

Shades of Blue Chill #378992

Tints of Blue Chill #378992

Color information

#378992 (or 0x378992) is unknown color: approx Blue Chill. HEX triplet: 37, 89 and 92. RGB value is (55,137,146). Sum of RGB (Red+Green+Blue) = 55+137+146=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #378992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378992 is #C8766D. Grayscale: #717171. Windows color (decimal): -13137518 or 9603383. OLE color: 9603383.

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

Color convert

RGB55137146-
CMYK0.620.0600.43
HSL185.93º45.27%39.41%-
HSV(B)185.93º62.33%57.25%-
XYZ15.7120.7830.38-
YUV113.51146.3386.27-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 137 (53.91% from 255) = 40.53%
BLUE value IS 146 (57.42% from 255) = 43.20%
R=16.27%
G=40.53%
B=43.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551371460.620.0600.43185.9345.2739.41
Hex3789923E602Bba2d27
Octal672112227660532725547
Binary1101111000100110010010111110110010101110111010101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378992; }

 p { color: rgb(55,137,146); }

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

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

 a { background-color: rgb(55,137,146); }

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

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

 span { border-color: rgb(55,137,146); }

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