Html Css Color HEX #357D8B Jelly Bean

📋 copy color: '#357D8B'

red 53 ◦ green 125 ◦ blue 139

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

Shades of Jelly Bean #357D8B

Tints of Jelly Bean #357D8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 43.85%

R = 16.72%
G = 39.43%
B = 43.85%

CMYK

 C value IS 0.62

 M value IS 0.10

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#357D8B (or 0x357D8B) is known color: Jelly Bean. HEX triplet: 35, 7D and 8B. RGB value is (53,125,139). Sum of RGB (Red+Green+Blue) = 53+125+139=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 125 (49.22% from 255 or 39.43% from 317); Blue value is 139 (54.69% from 255 or 43.85% from 317); Max value from RGB is 139 - color contains mainly: blue. Hex color #357D8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D8B is #CA8274. Grayscale: #686868. Windows color (decimal): -13271669 or 9141557. OLE color: 9141557.

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

Color convert

RGB 53 125 139 -
CMYK 0.62 0.10 0 0.45
HSL 189.77º 0.45% 0.38% -
HSV(B) 189.77º 0.62% 0.55% -
XYZ 13.46 17.29 27.05 -
YUV 105.07 147.15 90.86 -
System Red Green Blue C M Y K H S L
Decimal 53 125 139 0.62 0.10 0 0.45 189.77 0.45 0.38
Hex 35 7D 8B 3E A 0 2D BE 2D 26
Octal 65 175 213 76 12 0 55 276 55 46
Binary 110101 1111101 10001011 111110 1010 0 101101 10111110 101101 100110

Color Harmonies of #357D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D8B

Black with #357D8B

Text Example


Text Example

White with #357D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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