#367995

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

Shades of Jelly Bean #367995

Tints of Jelly Bean #367995

Color information

#367995 (or 0x367995) is unknown color: approx Jelly Bean. HEX triplet: 36, 79 and 95. RGB value is (54,121,149). Sum of RGB (Red+Green+Blue) = 54+121+149=324 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.67% from 324); Green value is 121 (47.66% from 255 or 37.35% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #367995 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367995 is #C9866A. Grayscale: #676767. Windows color (decimal): -13207147 or 9795894. OLE color: 9795894.

HSL color Cylindrical-coordinate representation of color #367995: hue angle of 197.68º 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 #367995 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB54121149-
CMYK0.640.1900.42
HSL197.68º46.8%39.8%-
HSV(B)197.68º63.76%58.43%-
XYZ13.7816.6330.92-
YUV104.16153.392.22-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.67%
GREEN value IS 121 (47.66% from 255) = 37.35%
BLUE value IS 149 (58.59% from 255) = 45.99%
R=16.67%
G=37.35%
B=45.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541211490.640.1900.42197.6846.839.8
Hex367995401302Ac62f28
Octal66171225100230523065750
Binary110110111100110010101100000010011010101011000110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #367995; }

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

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

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

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

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

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

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

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