#367D95

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

Shades of Jelly Bean #367D95

Tints of Jelly Bean #367D95

Color information

#367D95 (or 0x367D95) is unknown color: approx Jelly Bean. HEX triplet: 36, 7D and 95. RGB value is (54,125,149). Sum of RGB (Red+Green+Blue) = 54+125+149=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 125 (49.22% from 255 or 38.11% from 328); Blue value is 149 (58.59% from 255 or 45.43% from 328); Max value from RGB is 149 - color contains mainly: blue. Hex color #367D95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367D95 is #C9826A. Grayscale: #6A6A6A. Windows color (decimal): -13206123 or 9796918. OLE color: 9796918.

HSL color Cylindrical-coordinate representation of color #367D95: hue angle of 195.16º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367D95 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54125149-
CMYK0.640.1600.42
HSL195.16º46.8%39.8%-
HSV(B)195.16º63.76%58.43%-
XYZ14.2817.6231.08-
YUV106.51151.9890.55-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.46%
GREEN value IS 125 (49.22% from 255) = 38.11%
BLUE value IS 149 (58.59% from 255) = 45.43%
R=16.46%
G=38.11%
B=45.43%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541251490.640.1600.42195.1646.839.8
Hex367D95401002Ac32f28
Octal66175225100200523035750
Binary110110111110110010101100000010000010101011000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367D95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367D95; }

 p { color: rgb(54,125,149); }

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

<style>
 a { background-color: #367D95; }

 a { background-color: rgb(54,125,149); }

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

<style>
 span { border-color: #367D95; }

 span { border-color: rgb(54,125,149); }

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