#378793

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

Shades of Blue Chill #378793

Tints of Blue Chill #378793

Color information

#378793 (or 0x378793) is unknown color: approx Blue Chill. HEX triplet: 37, 87 and 93. RGB value is (55,135,147). Sum of RGB (Red+Green+Blue) = 55+135+147=337 (44% of max value = 765). Red value is 55 (21.88% from 255 or 16.32% from 337); Green value is 135 (53.12% from 255 or 40.06% from 337); Blue value is 147 (57.81% from 255 or 43.62% from 337); Max value from RGB is 147 - color contains mainly: blue. Hex color #378793 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378793 is #C8786C. Grayscale: #707070. Windows color (decimal): -13138029 or 9668407. OLE color: 9668407.

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

Color convert

RGB55135147-
CMYK0.630.0800.42
HSL187.83º45.54%39.61%-
HSV(B)187.83º62.59%57.65%-
XYZ15.5120.2530.69-
YUV112.45147.587.02-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 16.32%
GREEN value IS 135 (53.12% from 255) = 40.06%
BLUE value IS 147 (57.81% from 255) = 43.62%
R=16.32%
G=40.06%
B=43.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal551351470.630.0800.42187.8345.5439.61
Hex3787933F802Abc2e28
Octal6720722377100522745650
Binary11011110000111100100111111111000010101010111100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378793; }

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

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

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

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

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

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

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

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