Html Css Color HEX #367C96 Jelly Bean

📋 copy color: '#367C96'

red 54 ◦ green 124 ◦ blue 150

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

Shades of Jelly Bean #367C96

Tints of Jelly Bean #367C96

RGB

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

 GREEN value IS 124 (48.83% from 255) = 37.8%

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

R = 16.46%
G = 37.8%
B = 45.73%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#367C96 (or 0x367C96) is known color: Jelly Bean. HEX triplet: 36, 7C and 96. RGB value is (54,124,150). Sum of RGB (Red+Green+Blue) = 54+124+150=328 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.46% from 328); Green value is 124 (48.83% from 255 or 37.80% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 150 - color contains mainly: blue. Hex color #367C96 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C96 is #C98369. Grayscale: #696969. Windows color (decimal): -13206378 or 9862198. OLE color: 9862198.

HSL color Cylindrical-coordinate representation of color #367C96: hue angle of 196.25º 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 #367C96 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 54 124 150 -
CMYK 0.64 0.17 0 0.41
HSL 196.25º 0.47% 0.4% -
HSV(B) 196.25º 0.64% 0.59% -
XYZ 14.23 17.4 31.46 -
YUV 106.03 152.81 90.89 -
System Red Green Blue C M Y K H S L
Decimal 54 124 150 0.64 0.17 0 0.41 196.25 0.47 0.4
Hex 36 7C 96 40 11 0 29 C4 2F 28
Octal 66 174 226 100 21 0 51 304 57 50
Binary 110110 1111100 10010110 1000000 10001 0 101001 11000100 101111 101000

Color Harmonies of #367C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C96

Black with #367C96

Text Example


Text Example

White with #367C96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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