#378993

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

Shades of Blue Chill #378993

Tints of Blue Chill #378993

Color information

#378993 (or 0x378993) is unknown color: approx Blue Chill. HEX triplet: 37, 89 and 93. RGB value is (55,137,147). Sum of RGB (Red+Green+Blue) = 55+137+147=339 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.22% from 339); Green value is 137 (53.91% from 255 or 40.41% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 147 - color contains mainly: blue. Hex color #378993 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378993 is #C8766C. Grayscale: #717171. Windows color (decimal): -13137517 or 9668919. OLE color: 9668919.

HSL color Cylindrical-coordinate representation of color #378993: hue angle of 186.52º 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 #378993 is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB55137147-
CMYK0.630.0700.42
HSL186.52º45.54%39.61%-
HSV(B)186.52º62.59%57.65%-
XYZ15.7920.8130.79-
YUV113.62146.8386.19-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.22%
GREEN value IS 137 (53.91% from 255) = 40.41%
BLUE value IS 147 (57.81% from 255) = 43.36%
R=16.22%
G=40.41%
B=43.36%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551371470.630.0700.42186.5245.5439.61
Hex3789933F702Abb2e28
Octal672112237770522735650
Binary1101111000100110010011111111111010101010111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378993; }

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

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

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

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

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

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

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

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