#367C94

Color #367C94 Jelly Bean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jelly Bean #367C94

Tints of Jelly Bean #367C94

Color information

#367C94 (or 0x367C94) is unknown color: approx 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

RGB54124148-
CMYK0.640.1600.42
HSL195.32º46.53%39.61%-
HSV(B)195.32º63.51%58.04%-
XYZ14.0717.3430.62-
YUV105.81151.8191.05-

RGB Variations

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

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.20% from 255) = 45.40%
R=16.56%
G=38.04%
B=45.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541241480.640.1600.42195.3246.5339.61
Hex367C94401002Ac32f28
Octal66174224100200523035750
Binary110110111110010010100100000010000010101011000011101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #367C94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>