Html Css Color HEX #367C95 Jelly Bean

📋 copy color: '#367C95'

red 54 ◦ green 124 ◦ blue 149

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

Shades of Jelly Bean #367C95

Tints of Jelly Bean #367C95

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 45.57%

R = 16.51%
G = 37.92%
B = 45.57%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367C95 (or 0x367C95) is known color: Jelly Bean. HEX triplet: 36, 7C and 95. RGB value is (54,124,149). Sum of RGB (Red+Green+Blue) = 54+124+149=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 124 (48.83% from 255 or 37.92% from 327); Blue value is 149 (58.59% from 255 or 45.57% from 327); Max value from RGB is 149 - color contains mainly: blue. Hex color #367C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C95 is #C9836A. Grayscale: #696969. Windows color (decimal): -13206379 or 9796662. OLE color: 9796662.

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

Color convert

RGB 54 124 149 -
CMYK 0.64 0.17 0 0.42
HSL 195.79º 0.47% 0.4% -
HSV(B) 195.79º 0.64% 0.58% -
XYZ 14.15 17.37 31.04 -
YUV 105.92 152.31 90.97 -
System Red Green Blue C M Y K H S L
Decimal 54 124 149 0.64 0.17 0 0.42 195.79 0.47 0.4
Hex 36 7C 95 40 11 0 2A C4 2F 28
Octal 66 174 225 100 21 0 52 304 57 50
Binary 110110 1111100 10010101 1000000 10001 0 101010 11000100 101111 101000

Color Harmonies of #367C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C95

Black with #367C95

Text Example


Text Example

White with #367C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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