#357E8E

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

Shades of Jelly Bean #357E8E

Tints of Jelly Bean #357E8E

Color information

#357E8E (or 0x357E8E) is unknown color: approx Jelly Bean. HEX triplet: 35, 7E and 8E. RGB value is (53,126,142). Sum of RGB (Red+Green+Blue) = 53+126+142=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #357E8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357E8E is #CA8171. Grayscale: #696969. Windows color (decimal): -13271410 or 9338421. OLE color: 9338421.

HSL color Cylindrical-coordinate representation of color #357E8E: hue angle of 190.79º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357E8E is Cyan = 0.63, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB53126142-
CMYK0.630.1100.44
HSL190.79º45.64%38.24%-
HSV(B)190.79º62.68%55.69%-
XYZ13.8117.6328.27-
YUV106148.3290.2-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 16.51%
GREEN value IS 126 (49.61% from 255) = 39.25%
BLUE value IS 142 (55.86% from 255) = 44.24%
R=16.51%
G=39.25%
B=44.24%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal531261420.630.1100.44190.7945.6438.24
Hex357E8E3FB02Cbf2e26
Octal6517621677130542775646
Binary1101011111110100011101111111011010110010111111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #357E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,126,142); }

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

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

 a { background-color: rgb(53,126,142); }

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

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

 span { border-color: rgb(53,126,142); }

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