Html Css Color HEX #357D90 Jelly Bean

📋 copy color: '#357D90'

red 53 ◦ green 125 ◦ blue 144

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

Shades of Jelly Bean #357D90

Tints of Jelly Bean #357D90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 44.72%

R = 16.46%
G = 38.82%
B = 44.72%

CMYK

 C value IS 0.63

 M value IS 0.13

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#357D90 (or 0x357D90) is known color: Jelly Bean. HEX triplet: 35, 7D and 90. RGB value is (53,125,144). Sum of RGB (Red+Green+Blue) = 53+125+144=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 125 (49.22% from 255 or 38.82% from 322); Blue value is 144 (56.64% from 255 or 44.72% from 322); Max value from RGB is 144 - color contains mainly: blue. Hex color #357D90 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D90 is #CA826F. Grayscale: #696969. Windows color (decimal): -13271664 or 9469237. OLE color: 9469237.

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

Color convert

RGB 53 125 144 -
CMYK 0.63 0.13 0 0.44
HSL 192.53º 0.46% 0.39% -
HSV(B) 192.53º 0.63% 0.56% -
XYZ 13.84 17.44 29.02 -
YUV 105.64 149.65 90.46 -
System Red Green Blue C M Y K H S L
Decimal 53 125 144 0.63 0.13 0 0.44 192.53 0.46 0.39
Hex 35 7D 90 3F D 0 2C C1 2E 27
Octal 65 175 220 77 15 0 54 301 56 47
Binary 110101 1111101 10010000 111111 1101 0 101100 11000001 101110 100111

Color Harmonies of #357D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D90

Black with #357D90

Text Example


Text Example

White with #357D90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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