Html Css Color HEX #357D93 Jelly Bean

📋 copy color: '#357D93'

red 53 ◦ green 125 ◦ blue 147

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

Shades of Jelly Bean #357D93

Tints of Jelly Bean #357D93

RGB

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

 GREEN value IS 125 (49.22% from 255) = 38.46%

 BLUE value IS 147 (57.81% from 255) = 45.23%

R = 16.31%
G = 38.46%
B = 45.23%

CMYK

 C value IS 0.64

 M value IS 0.15

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#357D93 (or 0x357D93) is known color: Jelly Bean. HEX triplet: 35, 7D and 93. RGB value is (53,125,147). Sum of RGB (Red+Green+Blue) = 53+125+147=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 147 (57.81% from 255 or 45.23% from 325); Max value from RGB is 147 - color contains mainly: blue. Hex color #357D93 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D93 is #CA826C. Grayscale: #696969. Windows color (decimal): -13271661 or 9665845. OLE color: 9665845.

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

Color convert

RGB 53 125 147 -
CMYK 0.64 0.15 0 0.42
HSL 194.04º 0.47% 0.39% -
HSV(B) 194.04º 0.64% 0.58% -
XYZ 14.07 17.53 30.25 -
YUV 105.98 151.15 90.21 -
System Red Green Blue C M Y K H S L
Decimal 53 125 147 0.64 0.15 0 0.42 194.04 0.47 0.39
Hex 35 7D 93 40 F 0 2A C2 2F 27
Octal 65 175 223 100 17 0 52 302 57 47
Binary 110101 1111101 10010011 1000000 1111 0 101010 11000010 101111 100111

Color Harmonies of #357D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D93

Black with #357D93

Text Example


Text Example

White with #357D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,125,147); }

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

background-color css

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

 a { background-color: rgb(53,125,147); }

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

border-color css

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

 span { border-color: rgb(53,125,147); }

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