#378893

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

Shades of Blue Chill #378893

Tints of Blue Chill #378893

Color information

#378893 (or 0x378893) is unknown color: approx Blue Chill. HEX triplet: 37, 88 and 93. RGB value is (55,136,147). Sum of RGB (Red+Green+Blue) = 55+136+147=338 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.27% from 338); Green value is 136 (53.52% from 255 or 40.24% from 338); Blue value is 147 (57.81% from 255 or 43.49% from 338); Max value from RGB is 147 - color contains mainly: blue. Hex color #378893 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378893 is #C8776C. Grayscale: #707070. Windows color (decimal): -13137773 or 9668663. OLE color: 9668663.

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

Color convert

RGB55136147-
CMYK0.630.0700.42
HSL187.17º45.54%39.61%-
HSV(B)187.17º62.59%57.65%-
XYZ15.6520.5330.74-
YUV113.03147.1686.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.27%
GREEN value IS 136 (53.52% from 255) = 40.24%
BLUE value IS 147 (57.81% from 255) = 43.49%
R=16.27%
G=40.24%
B=43.49%

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
Decimal551361470.630.0700.42187.1745.5439.61
Hex3788933F702Abb2e28
Octal672102237770522735650
Binary1101111000100010010011111111111010101010111011101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378893; }

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

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

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

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

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

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

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

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