#357B95

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

Shades of Jelly Bean #357B95

Tints of Jelly Bean #357B95

Color information

#357B95 (or 0x357B95) is unknown color: approx Jelly Bean. HEX triplet: 35, 7B and 95. RGB value is (53,123,149). Sum of RGB (Red+Green+Blue) = 53+123+149=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 123 (48.44% from 255 or 37.85% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #357B95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B95 is #CA846A. Grayscale: #686868. Windows color (decimal): -13272171 or 9796405. OLE color: 9796405.

HSL color Cylindrical-coordinate representation of color #357B95: hue angle of 196.25º degrees, saturation: 0.48, 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 #357B95 is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB53123149-
CMYK0.640.1700.42
HSL196.25º47.52%39.61%-
HSV(B)196.25º64.43%58.43%-
XYZ13.9817.0931-
YUV105.03152.8190.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.31%
GREEN value IS 123 (48.44% from 255) = 37.85%
BLUE value IS 149 (58.59% from 255) = 45.85%
R=16.31%
G=37.85%
B=45.85%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal531231490.640.1700.42196.2547.5239.61
Hex357B95401102Ac43028
Octal65173225100210523046050
Binary110101111101110010101100000010001010101011000100110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #357B95; }

 p { color: rgb(53,123,149); }

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

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

 a { background-color: rgb(53,123,149); }

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

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

 span { border-color: rgb(53,123,149); }

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