Html Css Color HEX #357D8C Jelly Bean

📋 copy color: '#357D8C'

red 53 ◦ green 125 ◦ blue 140

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

Shades of Jelly Bean #357D8C

Tints of Jelly Bean #357D8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 44.03%

R = 16.67%
G = 39.31%
B = 44.03%

CMYK

 C value IS 0.62

 M value IS 0.11

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#357D8C (or 0x357D8C) is known color: Jelly Bean. HEX triplet: 35, 7D and 8C. RGB value is (53,125,140). Sum of RGB (Red+Green+Blue) = 53+125+140=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 125 (49.22% from 255 or 39.31% from 318); Blue value is 140 (55.08% from 255 or 44.03% from 318); Max value from RGB is 140 - color contains mainly: blue. Hex color #357D8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D8C is #CA8273. Grayscale: #696969. Windows color (decimal): -13271668 or 9207093. OLE color: 9207093.

HSL color Cylindrical-coordinate representation of color #357D8C: hue angle of 190.34º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357D8C is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 125 140 -
CMYK 0.62 0.11 0 0.45
HSL 190.34º 0.45% 0.38% -
HSV(B) 190.34º 0.62% 0.55% -
XYZ 13.54 17.32 27.44 -
YUV 105.18 147.65 90.78 -
System Red Green Blue C M Y K H S L
Decimal 53 125 140 0.62 0.11 0 0.45 190.34 0.45 0.38
Hex 35 7D 8C 3E B 0 2D BE 2D 26
Octal 65 175 214 76 13 0 55 276 55 46
Binary 110101 1111101 10001100 111110 1011 0 101101 10111110 101101 100110

Color Harmonies of #357D8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D8C

Black with #357D8C

Text Example


Text Example

White with #357D8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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