#378B93

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

Shades of Blue Chill #378B93

Tints of Blue Chill #378B93

Color information

#378B93 (or 0x378B93) is unknown color: approx Blue Chill. HEX triplet: 37, 8B and 93. RGB value is (55,139,147). Sum of RGB (Red+Green+Blue) = 55+139+147=341 (45% of max value = 765). Red value is 55 (21.88% from 255 or 16.13% from 341); Green value is 139 (54.69% from 255 or 40.76% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #378B93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378B93 is #C8746C. Grayscale: #727272. Windows color (decimal): -13137005 or 9669431. OLE color: 9669431.

HSL color Cylindrical-coordinate representation of color #378B93: hue angle of 185.22º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #378B93 is Cyan = 0.63, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55139147-
CMYK0.630.0500.42
HSL185.22º45.54%39.61%-
HSV(B)185.22º62.59%57.65%-
XYZ16.0721.3830.88-
YUV114.8146.1785.35-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.13%
GREEN value IS 139 (54.69% from 255) = 40.76%
BLUE value IS 147 (57.81% from 255) = 43.11%
R=16.13%
G=40.76%
B=43.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551391470.630.0500.42185.2245.5439.61
Hex378B933F502Ab92e28
Octal672132237750522715650
Binary1101111000101110010011111111101010101010111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,139,147); }

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

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

 a { background-color: rgb(55,139,147); }

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

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

 span { border-color: rgb(55,139,147); }

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