#368091

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

Shades of Jelly Bean #368091

Tints of Jelly Bean #368091

Color information

#368091 (or 0x368091) is unknown color: approx Jelly Bean. HEX triplet: 36, 80 and 91. RGB value is (54,128,145). Sum of RGB (Red+Green+Blue) = 54+128+145=327 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.51% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 145 (57.03% from 255 or 44.34% from 327); Max value from RGB is 145 - color contains mainly: blue. Hex color #368091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368091 is #C97F6E. Grayscale: #6B6B6B. Windows color (decimal): -13205359 or 9535542. OLE color: 9535542.

HSL color Cylindrical-coordinate representation of color #368091: hue angle of 191.21º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #368091 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB54128145-
CMYK0.630.1200.43
HSL191.21º45.73%39.02%-
HSV(B)191.21º62.76%56.86%-
XYZ14.3518.2729.56-
YUV107.81148.9889.62-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.51%
GREEN value IS 128 (50.39% from 255) = 39.14%
BLUE value IS 145 (57.03% from 255) = 44.34%
R=16.51%
G=39.14%
B=44.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541281450.630.1200.43191.2145.7339.02
Hex3680913FC02Bbf2e27
Octal6620022177140532775647
Binary11011010000000100100011111111100010101110111111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368091; }

 p { color: rgb(54,128,145); }

 H1.HeaderClassName
 {
   color: #368091;
 }
 .AnyTagClassName
 {
   color: #368091;
 }
</style>
background-color css

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

 a { background-color: rgb(54,128,145); }

 div.DivClassName
 {
   background-color: #368091;
 }
 .BgClassName
 {
   background-color: #368091;
 }
</style>
border-color css

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

 span { border-color: rgb(54,128,145); }

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