Html Css Color HEX #367995 Jelly Bean

📋 copy color: '#367995'

red 54 ◦ green 121 ◦ blue 149

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

Shades of Jelly Bean #367995

Tints of Jelly Bean #367995

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 value IS 0.64

 M value IS 0.19

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367995 (or 0x367995) is known color: 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

RGB 54 121 149 -
CMYK 0.64 0.19 0 0.42
HSL 197.68º 0.47% 0.4% -
HSV(B) 197.68º 0.64% 0.58% -
XYZ 13.78 16.63 30.92 -
YUV 104.16 153.3 92.22 -
System Red Green Blue C M Y K H S L
Decimal 54 121 149 0.64 0.19 0 0.42 197.68 0.47 0.4
Hex 36 79 95 40 13 0 2A C6 2F 28
Octal 66 171 225 100 23 0 52 306 57 50
Binary 110110 1111001 10010101 1000000 10011 0 101010 11000110 101111 101000

Color Harmonies of #367995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367995

Black with #367995

Text Example


Text Example

White with #367995

Text Example


Text Example

HTML Codes & Css Web 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>