#368892

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

Shades of Blue Chill #368892

Tints of Blue Chill #368892

Color information

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

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

Color convert

RGB54136146-
CMYK0.630.0700.43
HSL186.52º46%39.22%-
HSV(B)186.52º63.01%57.25%-
XYZ15.5120.4730.33-
YUV112.62146.8386.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541361460.630.0700.43186.524639.22
Hex3688923F702Bbb2e27
Octal662102227770532735647
Binary1101101000100010010010111111111010101110111011101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368892

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368892; }

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

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

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

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

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

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

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

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