#368885

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

Shades of Blue Chill #368885

Tints of Blue Chill #368885

Color information

#368885 (or 0x368885) is unknown color: approx Blue Chill. HEX triplet: 36, 88 and 85. RGB value is (54,136,133). Sum of RGB (Red+Green+Blue) = 54+136+133=323 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.72% from 323); Green value is 136 (53.52% from 255 or 42.11% from 323); Blue value is 133 (52.34% from 255 or 41.18% from 323); Max value from RGB is 136 - color contains mainly: green. Hex color #368885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368885 is #C9777A. Grayscale: #6F6F6F. Windows color (decimal): -13203323 or 8751158. OLE color: 8751158.

HSL color Cylindrical-coordinate representation of color #368885: hue angle of 177.8º 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 #368885 is Cyan = 0.60, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB54136133-
CMYK0.6000.020.47
HSL177.8º43.16%37.25%-
HSV(B)177.8º60.29%53.33%-
XYZ14.5620.0925.3-
YUV111.14140.3387.24-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.72%
GREEN value IS 136 (53.52% from 255) = 42.11%
BLUE value IS 133 (52.34% from 255) = 41.18%
R=16.72%
G=42.11%
B=41.18%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal541361330.6000.020.47177.843.1637.25
Hex3688853C022Fb22b25
Octal662102057402572625345
Binary110110100010001000010111110001010111110110010101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368885; }

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

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

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

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

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

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

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

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