Html Css Color HEX #367E95 Jelly Bean

📋 copy color: '#367E95'

red 54 ◦ green 126 ◦ blue 149

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

Shades of Jelly Bean #367E95

Tints of Jelly Bean #367E95

RGB

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

 GREEN value IS 126 (49.61% from 255) = 38.3%

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

R = 16.41%
G = 38.3%
B = 45.29%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367E95 (or 0x367E95) is known color: Jelly Bean. HEX triplet: 36, 7E and 95. RGB value is (54,126,149). Sum of RGB (Red+Green+Blue) = 54+126+149=329 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.41% from 329); Green value is 126 (49.61% from 255 or 38.30% from 329); Blue value is 149 (58.59% from 255 or 45.29% from 329); Max value from RGB is 149 - color contains mainly: blue. Hex color #367E95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367E95 is #C9816A. Grayscale: #6A6A6A. Windows color (decimal): -13205867 or 9797174. OLE color: 9797174.

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

Color convert

RGB 54 126 149 -
CMYK 0.64 0.15 0 0.42
HSL 194.53º 0.47% 0.4% -
HSV(B) 194.53º 0.64% 0.58% -
XYZ 14.41 17.88 31.12 -
YUV 107.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 54 126 149 0.64 0.15 0 0.42 194.53 0.47 0.4
Hex 36 7E 95 40 F 0 2A C3 2F 28
Octal 66 176 225 100 17 0 52 303 57 50
Binary 110110 1111110 10010101 1000000 1111 0 101010 11000011 101111 101000

Color Harmonies of #367E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367E95

Black with #367E95

Text Example


Text Example

White with #367E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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