#35808F

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

Shades of Jelly Bean #35808F

Tints of Jelly Bean #35808F

Color information

#35808F (or 0x35808F) is unknown color: approx Jelly Bean. HEX triplet: 35, 80 and 8F. RGB value is (53,128,143). Sum of RGB (Red+Green+Blue) = 53+128+143=324 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.36% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 143 (56.25% from 255 or 44.14% from 324); Max value from RGB is 143 - color contains mainly: blue. Hex color #35808F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35808F is #CA7F70. Grayscale: #6B6B6B. Windows color (decimal): -13270897 or 9404469. OLE color: 9404469.

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

Color convert

RGB53128143-
CMYK0.630.1000.44
HSL190º45.92%38.43%-
HSV(B)190º62.94%56.08%-
XYZ14.1518.1828.75-
YUV107.28148.1589.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.36%
GREEN value IS 128 (50.39% from 255) = 39.51%
BLUE value IS 143 (56.25% from 255) = 44.14%
R=16.36%
G=39.51%
B=44.14%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531281430.630.1000.4419045.9238.43
Hex35808F3FA02Cbe2e26
Octal6520021777120542765646
Binary11010110000000100011111111111010010110010111110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35808F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35808F; }

 p { color: rgb(53,128,143); }

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

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

 a { background-color: rgb(53,128,143); }

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

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

 span { border-color: rgb(53,128,143); }

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