#378C92

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

Shades of Blue Chill #378C92

Tints of Blue Chill #378C92

Color information

#378C92 (or 0x378C92) is unknown color: approx Blue Chill. HEX triplet: 37, 8C and 92. RGB value is (55,140,146). Sum of RGB (Red+Green+Blue) = 55+140+146=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 140 (55.08% from 255 or 41.06% from 341); Blue value is 146 (57.42% from 255 or 42.82% from 341); Max value from RGB is 146 - color contains mainly: blue. Hex color #378C92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378C92 is #C8736D. Grayscale: #737373. Windows color (decimal): -13136750 or 9604151. OLE color: 9604151.

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

Color convert

RGB55140146-
CMYK0.620.0400.43
HSL183.96º45.27%39.41%-
HSV(B)183.96º62.33%57.25%-
XYZ16.1421.6430.52-
YUV115.27145.3485.01-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 140 (55.08% from 255) = 41.06%
BLUE value IS 146 (57.42% from 255) = 42.82%
R=16.13%
G=41.06%
B=42.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551401460.620.0400.43183.9645.2739.41
Hex378C923E402Bb82d27
Octal672142227640532705547
Binary1101111000110010010010111110100010101110111000101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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