Html Css Color HEX #367F98 Jelly Bean

📋 copy color: '#367F98'

red 54 ◦ green 127 ◦ blue 152

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

Shades of Jelly Bean #367F98

Tints of Jelly Bean #367F98

RGB

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

 GREEN value IS 127 (50% from 255) = 38.14%

 BLUE value IS 152 (59.77% from 255) = 45.65%

R = 16.22%
G = 38.14%
B = 45.65%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#367F98 (or 0x367F98) is known color: Jelly Bean. HEX triplet: 36, 7F and 98. RGB value is (54,127,152). Sum of RGB (Red+Green+Blue) = 54+127+152=333 (44% of max value = 765). Red value is 54 (21.48% from 255 or 16.22% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 152 (59.77% from 255 or 45.65% from 333); Max value from RGB is 152 - color contains mainly: blue. Hex color #367F98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367F98 is #C98067. Grayscale: #6B6B6B. Windows color (decimal): -13205608 or 9994038. OLE color: 9994038.

HSL color Cylindrical-coordinate representation of color #367F98: hue angle of 195.31º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #367F98 is Cyan = 0.64, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 54 127 152 -
CMYK 0.64 0.16 0 0.40
HSL 195.31º 0.48% 0.4% -
HSV(B) 195.31º 0.64% 0.6% -
XYZ 14.78 18.23 32.45 -
YUV 108.02 152.82 89.47 -
System Red Green Blue C M Y K H S L
Decimal 54 127 152 0.64 0.16 0 0.40 195.31 0.48 0.4
Hex 36 7F 98 40 10 0 28 C3 30 28
Octal 66 177 230 100 20 0 50 303 60 50
Binary 110110 1111111 10011000 1000000 10000 0 101000 11000011 110000 101000

Color Harmonies of #367F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367F98

Black with #367F98

Text Example


Text Example

White with #367F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,127,152); }

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

background-color css

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

 a { background-color: rgb(54,127,152); }

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

border-color css

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

 span { border-color: rgb(54,127,152); }

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