Html Css Color HEX #367C94 Jelly Bean

📋 copy color: '#367C94'

red 54 ◦ green 124 ◦ blue 148

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

Shades of Jelly Bean #367C94

Tints of Jelly Bean #367C94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 45.4%

R = 16.56%
G = 38.04%
B = 45.4%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#367C94 (or 0x367C94) is known color: Jelly Bean. HEX triplet: 36, 7C and 94. RGB value is (54,124,148). Sum of RGB (Red+Green+Blue) = 54+124+148=326 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.56% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 148 (58.20% from 255 or 45.40% from 326); Max value from RGB is 148 - color contains mainly: blue. Hex color #367C94 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C94 is #C9836B. Grayscale: #696969. Windows color (decimal): -13206380 or 9731126. OLE color: 9731126.

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

Color convert

RGB 54 124 148 -
CMYK 0.64 0.16 0 0.42
HSL 195.32º 0.47% 0.4% -
HSV(B) 195.32º 0.64% 0.58% -
XYZ 14.07 17.34 30.62 -
YUV 105.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 54 124 148 0.64 0.16 0 0.42 195.32 0.47 0.4
Hex 36 7C 94 40 10 0 2A C3 2F 28
Octal 66 174 224 100 20 0 52 303 57 50
Binary 110110 1111100 10010100 1000000 10000 0 101010 11000011 101111 101000

Color Harmonies of #367C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #367C94

Black with #367C94

Text Example


Text Example

White with #367C94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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