#378781

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

Shades of Blue Chill #378781

Tints of Blue Chill #378781

Color information

#378781 (or 0x378781) is unknown color: approx Blue Chill. HEX triplet: 37, 87 and 81. RGB value is (55,135,129). Sum of RGB (Red+Green+Blue) = 55+135+129=319 (42% of max value = 765). Red value is 55 (21.88% from 255 or 17.24% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #378781 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #378781 is #C8787E. Grayscale: #6E6E6E. Windows color (decimal): -13138047 or 8488759. OLE color: 8488759.

HSL color Cylindrical-coordinate representation of color #378781: hue angle of 175.5º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #378781 is Cyan = 0.59, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.47.

Color convert

RGB55135129-
CMYK0.5900.040.47
HSL175.5º42.11%37.25%-
HSV(B)175.5º59.26%52.94%-
XYZ14.219.7323.83-
YUV110.4138.588.49-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.24%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=17.24%
G=42.32%
B=40.44%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal551351290.5900.040.47175.542.1137.25
Hex3787813B042Fb02a25
Octal672072017304572605245
Binary1101111000011110000001111011010010111110110000101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #378781

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #378781; }

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

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

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

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

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

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

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

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