#378A92

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

Shades of Blue Chill #378A92

Tints of Blue Chill #378A92

Color information

#378A92 (or 0x378A92) is unknown color: approx Blue Chill. HEX triplet: 37, 8A and 92. RGB value is (55,138,146). Sum of RGB (Red+Green+Blue) = 55+138+146=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 146 - color contains mainly: blue. Hex color #378A92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378A92 is #C8756D. Grayscale: #717171. Windows color (decimal): -13137262 or 9603639. OLE color: 9603639.

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

Color convert

RGB55138146-
CMYK0.620.0500.43
HSL185.27º45.27%39.41%-
HSV(B)185.27º62.33%57.25%-
XYZ15.8521.0630.42-
YUV114.114685.85-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 138 (54.30% from 255) = 40.71%
BLUE value IS 146 (57.42% from 255) = 43.07%
R=16.22%
G=40.71%
B=43.07%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal551381460.620.0500.43185.2745.2739.41
Hex378A923E502Bb92d27
Octal672122227650532715547
Binary1101111000101010010010111110101010101110111001101101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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