Html Css Color HEX #367996 Jelly Bean

📋 copy color: '#367996'

red 54 ◦ green 121 ◦ blue 150

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

Shades of Jelly Bean #367996

Tints of Jelly Bean #367996

RGB

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

 GREEN value IS 121 (47.66% from 255) = 37.23%

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 16.62%
G = 37.23%
B = 46.15%

CMYK

 C value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367996 (or 0x367996) is known color: Jelly Bean. HEX triplet: 36, 79 and 96. RGB value is (54,121,150). Sum of RGB (Red+Green+Blue) = 54+121+150=325 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.62% from 325); Green value is 121 (47.66% from 255 or 37.23% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #367996 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367996 is #C98669. Grayscale: #686868. Windows color (decimal): -13207146 or 9861430. OLE color: 9861430.

HSL color Cylindrical-coordinate representation of color #367996: hue angle of 198.12º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367996 is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 121 150 -
CMYK 0.64 0.19 0 0.41
HSL 198.13º 0.47% 0.4% -
HSV(B) 198.13º 0.64% 0.59% -
XYZ 13.86 16.66 31.34 -
YUV 104.27 153.8 92.14 -
System Red Green Blue C M Y K H S L
Decimal 54 121 150 0.64 0.19 0 0.41 198.13 0.47 0.4
Hex 36 79 96 40 13 0 29 C6 2F 28
Octal 66 171 226 100 23 0 51 306 57 50
Binary 110110 1111001 10010110 1000000 10011 0 101001 11000110 101111 101000

Color Harmonies of #367996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367996

Black with #367996

Text Example


Text Example

White with #367996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #367996; }

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

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

background-color css

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

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

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

border-color css

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

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

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