Html Css Color HEX #357C92 Jelly Bean

📋 copy color: '#357C92'

red 53 ◦ green 124 ◦ blue 146

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

Shades of Jelly Bean #357C92

Tints of Jelly Bean #357C92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.2%

R = 16.41%
G = 38.39%
B = 45.2%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357C92 (or 0x357C92) is known color: Jelly Bean. HEX triplet: 35, 7C and 92. RGB value is (53,124,146). Sum of RGB (Red+Green+Blue) = 53+124+146=323 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.41% from 323); Green value is 124 (48.83% from 255 or 38.39% from 323); Blue value is 146 (57.42% from 255 or 45.20% from 323); Max value from RGB is 146 - color contains mainly: blue. Hex color #357C92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C92 is #CA836D. Grayscale: #696969. Windows color (decimal): -13271918 or 9600053. OLE color: 9600053.

HSL color Cylindrical-coordinate representation of color #357C92: hue angle of 194.19º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #357C92 is Cyan = 0.64, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 124 146 -
CMYK 0.64 0.15 0 0.43
HSL 194.19º 0.47% 0.39% -
HSV(B) 194.19º 0.64% 0.57% -
XYZ 13.86 17.25 29.79 -
YUV 105.28 150.98 90.71 -
System Red Green Blue C M Y K H S L
Decimal 53 124 146 0.64 0.15 0 0.43 194.19 0.47 0.39
Hex 35 7C 92 40 F 0 2B C2 2F 27
Octal 65 174 222 100 17 0 53 302 57 47
Binary 110101 1111100 10010010 1000000 1111 0 101011 11000010 101111 100111

Color Harmonies of #357C92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C92

Black with #357C92

Text Example


Text Example

White with #357C92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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