Html Css Color HEX #357C8D Jelly Bean

📋 copy color: '#357C8D'

red 53 ◦ green 124 ◦ blue 141

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

Shades of Jelly Bean #357C8D

Tints of Jelly Bean #357C8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.34%

R = 16.67%
G = 38.99%
B = 44.34%

CMYK

 C value IS 0.62

 M value IS 0.12

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#357C8D (or 0x357C8D) is known color: Jelly Bean. HEX triplet: 35, 7C and 8D. RGB value is (53,124,141). Sum of RGB (Red+Green+Blue) = 53+124+141=318 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.67% from 318); Green value is 124 (48.83% from 255 or 38.99% from 318); Blue value is 141 (55.47% from 255 or 44.34% from 318); Max value from RGB is 141 - color contains mainly: blue. Hex color #357C8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C8D is #CA8372. Grayscale: #686868. Windows color (decimal): -13271923 or 9272373. OLE color: 9272373.

HSL color Cylindrical-coordinate representation of color #357C8D: hue angle of 191.59º 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 #357C8D is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 124 141 -
CMYK 0.62 0.12 0 0.45
HSL 191.59º 0.45% 0.38% -
HSV(B) 191.59º 0.62% 0.55% -
XYZ 13.48 17.1 27.79 -
YUV 104.71 148.48 91.12 -
System Red Green Blue C M Y K H S L
Decimal 53 124 141 0.62 0.12 0 0.45 191.59 0.45 0.38
Hex 35 7C 8D 3E C 0 2D C0 2D 26
Octal 65 174 215 76 14 0 55 300 55 46
Binary 110101 1111100 10001101 111110 1100 0 101101 11000000 101101 100110

Color Harmonies of #357C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357C8D

Black with #357C8D

Text Example


Text Example

White with #357C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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