Html Css Color HEX #357C95 Jelly Bean

📋 copy color: '#357C95'

red 53 ◦ green 124 ◦ blue 149

#357C95
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jelly Bean #357C95

Tints of Jelly Bean #357C95

RGB

 RED value IS 53 (21.09% from 255) = 16.26%

 GREEN value IS 124 (48.83% from 255) = 38.04%

 BLUE value IS 149 (58.59% from 255) = 45.71%

R = 16.26%
G = 38.04%
B = 45.71%

CMYK

 C value IS 0.64

 M value IS 0.17

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357C95 (or 0x357C95) is known color: Jelly Bean. HEX triplet: 35, 7C and 95. RGB value is (53,124,149). Sum of RGB (Red+Green+Blue) = 53+124+149=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 124 (48.83% from 255 or 38.04% from 326); Blue value is 149 (58.59% from 255 or 45.71% from 326); Max value from RGB is 149 - color contains mainly: blue. Hex color #357C95 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C95 is #CA836A. Grayscale: #696969. Windows color (decimal): -13271915 or 9796661. OLE color: 9796661.

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

Color convert

RGB 53 124 149 -
CMYK 0.64 0.17 0 0.42
HSL 195.63º 0.48% 0.4% -
HSV(B) 195.63º 0.64% 0.58% -
XYZ 14.1 17.34 31.04 -
YUV 105.62 152.48 90.47 -
System Red Green Blue C M Y K H S L
Decimal 53 124 149 0.64 0.17 0 0.42 195.63 0.48 0.4
Hex 35 7C 95 40 11 0 2A C4 30 28
Octal 65 174 225 100 21 0 52 304 60 50
Binary 110101 1111100 10010101 1000000 10001 0 101010 11000100 110000 101000

Color Harmonies of #357C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C95

Black with #357C95

Text Example


Text Example

White with #357C95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #357C95;
 }
 .AnyTagClassName
 {
   color: #357C95;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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