#36818E

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

Shades of Jelly Bean #36818E

Tints of Jelly Bean #36818E

Color information

#36818E (or 0x36818E) is unknown color: approx Jelly Bean. HEX triplet: 36, 81 and 8E. RGB value is (54,129,142). Sum of RGB (Red+Green+Blue) = 54+129+142=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 142 (55.86% from 255 or 43.69% from 325); Max value from RGB is 142 - color contains mainly: blue. Hex color #36818E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #36818E is #C97E71. Grayscale: #6B6B6B. Windows color (decimal): -13205106 or 9339190. OLE color: 9339190.

HSL color Cylindrical-coordinate representation of color #36818E: hue angle of 188.86º 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 #36818E is Cyan = 0.62, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB54129142-
CMYK0.620.0900.44
HSL188.86º44.9%38.43%-
HSV(B)188.86º61.97%55.69%-
XYZ14.2518.4428.4-
YUV108.06147.1589.44-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.62%
GREEN value IS 129 (50.78% from 255) = 39.69%
BLUE value IS 142 (55.86% from 255) = 43.69%
R=16.62%
G=39.69%
B=43.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal541291420.620.0900.44188.8644.938.43
Hex36818E3E902Cbd2d26
Octal6620121676110542755546
Binary11011010000001100011101111101001010110010111101101101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36818E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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