Html Css Color HEX #36808E Jelly Bean

📋 copy color: '#36808E'

red 54 ◦ green 128 ◦ blue 142

#36808E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #36808E

Tints of Jelly Bean #36808E

RGB

 RED value IS 54 (21.48% from 255) = 16.67%

 GREEN value IS 128 (50.39% from 255) = 39.51%

 BLUE value IS 142 (55.86% from 255) = 43.83%

R = 16.67%
G = 39.51%
B = 43.83%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#36808E (or 0x36808E) is known color: Jelly Bean. HEX triplet: 36, 80 and 8E. RGB value is (54,128,142). Sum of RGB (Red+Green+Blue) = 54+128+142=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 128 (50.39% from 255 or 39.51% from 324); Blue value is 142 (55.86% from 255 or 43.83% from 324); Max value from RGB is 142 - color contains mainly: blue. Hex color #36808E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36808E is #C97F71. Grayscale: #6B6B6B. Windows color (decimal): -13205362 or 9338934. OLE color: 9338934.

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

Color convert

RGB 54 128 142 -
CMYK 0.62 0.10 0 0.44
HSL 189.55º 0.45% 0.38% -
HSV(B) 189.55º 0.62% 0.56% -
XYZ 14.12 18.18 28.36 -
YUV 107.47 147.48 89.86 -
System Red Green Blue C M Y K H S L
Decimal 54 128 142 0.62 0.10 0 0.44 189.55 0.45 0.38
Hex 36 80 8E 3E A 0 2C BE 2D 26
Octal 66 200 216 76 12 0 54 276 55 46
Binary 110110 10000000 10001110 111110 1010 0 101100 10111110 101101 100110

Color Harmonies of #36808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36808E

Black with #36808E

Text Example


Text Example

White with #36808E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #36808E;
 }
 .AnyTagClassName
 {
   color: #36808E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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