#369288

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

Shades of Blue Chill #369288

Tints of Blue Chill #369288

Color information

#369288 (or 0x369288) is unknown color: approx Blue Chill. HEX triplet: 36, 92 and 88. RGB value is (54,146,136). Sum of RGB (Red+Green+Blue) = 54+146+136=336 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.07% from 336); Green value is 146 (57.42% from 255 or 43.45% from 336); Blue value is 136 (53.52% from 255 or 40.48% from 336); Max value from RGB is 146 - color contains mainly: green. Hex color #369288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #369288 is #C96D77. Grayscale: #757575. Windows color (decimal): -13200760 or 8950326. OLE color: 8950326.

HSL color Cylindrical-coordinate representation of color #369288: hue angle of 173.48º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369288 is Cyan = 0.63, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.43.

Color convert

RGB54146136-
CMYK0.6300.070.43
HSL173.48º46%39.22%-
HSV(B)173.48º63.01%57.25%-
XYZ16.2423.1226.9-
YUV117.35138.5282.81-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.07%
GREEN value IS 146 (57.42% from 255) = 43.45%
BLUE value IS 136 (53.52% from 255) = 40.48%
R=16.07%
G=43.45%
B=40.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541461360.6300.070.43173.484639.22
Hex3692883F072Bad2e27
Octal662222107707532555647
Binary1101101001001010001000111111011110101110101101101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369288; }

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

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

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

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

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

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

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

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