#368881

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

Shades of Blue Chill #368881

Tints of Blue Chill #368881

Color information

#368881 (or 0x368881) is unknown color: approx Blue Chill. HEX triplet: 36, 88 and 81. RGB value is (54,136,129). Sum of RGB (Red+Green+Blue) = 54+136+129=319 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.93% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 129 (50.78% from 255 or 40.44% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #368881 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368881 is #C9777E. Grayscale: #6E6E6E. Windows color (decimal): -13203327 or 8489014. OLE color: 8489014.

HSL color Cylindrical-coordinate representation of color #368881: hue angle of 174.88º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #368881 is Cyan = 0.60, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.47.

Color convert

RGB54136129-
CMYK0.6000.050.47
HSL174.88º43.16%37.25%-
HSV(B)174.88º60.29%53.33%-
XYZ14.2919.9823.87-
YUV110.68138.3387.57-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.93%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 129 (50.78% from 255) = 40.44%
R=16.93%
G=42.63%
B=40.44%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361290.6000.050.47174.8843.1637.25
Hex3688813C052Faf2b25
Octal662102017405572575345
Binary1101101000100010000001111100010110111110101111101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368881; }

 p { color: rgb(54,136,129); }

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

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

 a { background-color: rgb(54,136,129); }

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

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

 span { border-color: rgb(54,136,129); }

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