#368193

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

Shades of Jelly Bean #368193

Tints of Jelly Bean #368193

Color information

#368193 (or 0x368193) is unknown color: approx Jelly Bean. HEX triplet: 36, 81 and 93. RGB value is (54,129,147). Sum of RGB (Red+Green+Blue) = 54+129+147=330 (43% of max value = 765). Red value is 54 (21.48% from 255 or 16.36% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 147 - color contains mainly: blue. Hex color #368193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368193 is #C97E6C. Grayscale: #6C6C6C. Windows color (decimal): -13205101 or 9666870. OLE color: 9666870.

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

Color convert

RGB54129147-
CMYK0.630.1200.42
HSL191.61º46.27%39.41%-
HSV(B)191.61º63.27%57.65%-
XYZ14.6418.5930.42-
YUV108.63149.6589.04-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.36%
GREEN value IS 129 (50.78% from 255) = 39.09%
BLUE value IS 147 (57.81% from 255) = 44.55%
R=16.36%
G=39.09%
B=44.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal541291470.630.1200.42191.6146.2739.41
Hex3681933FC02Ac02e27
Octal6620122377140523005647
Binary11011010000001100100111111111100010101011000000101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368193; }

 p { color: rgb(54,129,147); }

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

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

 a { background-color: rgb(54,129,147); }

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

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

 span { border-color: rgb(54,129,147); }

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