#33808C

Color #33808C Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #33808C

Tints of Jelly Bean #33808C

Color information

#33808C (or 0x33808C) is unknown color: approx Jelly Bean. HEX triplet: 33, 80 and 8C. RGB value is (51,128,140). Sum of RGB (Red+Green+Blue) = 51+128+140=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 128 (50.39% from 255 or 40.13% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #33808C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33808C is #CC7F73. Grayscale: #6A6A6A. Windows color (decimal): -13401972 or 9207859. OLE color: 9207859.

HSL color Cylindrical-coordinate representation of color #33808C: hue angle of 188.09º 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 #33808C is Cyan = 0.64, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB51128140-
CMYK0.640.0900.45
HSL188.09º46.6%37.45%-
HSV(B)188.09º63.57%54.9%-
XYZ13.8218.0427.56-
YUV106.34146.9988.52-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.99%
GREEN value IS 128 (50.39% from 255) = 40.13%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=15.99%
G=40.13%
B=43.89%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal511281400.640.0900.45188.0946.637.45
Hex33808C40902Dbc2f25
Octal63200214100110552745745
Binary110011100000001000110010000001001010110110111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33808C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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