#33818C

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

Shades of Blue Chill #33818C

Tints of Blue Chill #33818C

Color information

#33818C (or 0x33818C) is unknown color: approx Blue Chill. HEX triplet: 33, 81 and 8C. RGB value is (51,129,140). Sum of RGB (Red+Green+Blue) = 51+129+140=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 129 (50.78% from 255 or 40.31% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #33818C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33818C is #CC7E73. Grayscale: #6A6A6A. Windows color (decimal): -13401716 or 9208115. OLE color: 9208115.

HSL color Cylindrical-coordinate representation of color #33818C: hue angle of 187.42º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33818C is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51129140-
CMYK0.640.0800.45
HSL187.42º46.6%37.45%-
HSV(B)187.42º63.57%54.9%-
XYZ13.9518.327.61-
YUV106.93146.6688.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.94%
GREEN value IS 129 (50.78% from 255) = 40.31%
BLUE value IS 140 (55.08% from 255) = 43.75%
R=15.94%
G=40.31%
B=43.75%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511291400.640.0800.45187.4246.637.45
Hex33818C40802Dbb2f25
Octal63201214100100552735745
Binary110011100000011000110010000001000010110110111011101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33818C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33818C; }

 p { color: rgb(51,129,140); }

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

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

 a { background-color: rgb(51,129,140); }

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

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

 span { border-color: rgb(51,129,140); }

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