#33808E

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

Shades of Jelly Bean #33808E

Tints of Jelly Bean #33808E

Color information

#33808E (or 0x33808E) is unknown color: approx Jelly Bean. HEX triplet: 33, 80 and 8E. RGB value is (51,128,142). Sum of RGB (Red+Green+Blue) = 51+128+142=321 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.89% from 321); Green value is 128 (50.39% from 255 or 39.88% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #33808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33808E is #CC7F71. Grayscale: #6A6A6A. Windows color (decimal): -13401970 or 9338931. OLE color: 9338931.

HSL color Cylindrical-coordinate representation of color #33808E: hue angle of 189.23º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #33808E is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB51128142-
CMYK0.640.1000.44
HSL189.23º47.15%37.84%-
HSV(B)189.23º64.08%55.69%-
XYZ13.9718.128.35-
YUV106.57147.9988.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.89%
GREEN value IS 128 (50.39% from 255) = 39.88%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=15.89%
G=39.88%
B=44.24%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal511281420.640.1000.44189.2347.1537.84
Hex33808E40A02Cbd2f26
Octal63200216100120542755746
Binary110011100000001000111010000001010010110010111101101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33808E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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