Html Css Color HEX #357D8E Jelly Bean

📋 copy color: '#357D8E'

red 53 ◦ green 125 ◦ blue 142

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

Shades of Jelly Bean #357D8E

Tints of Jelly Bean #357D8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 44.38%

R = 16.56%
G = 39.06%
B = 44.38%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#357D8E (or 0x357D8E) is known color: Jelly Bean. HEX triplet: 35, 7D and 8E. RGB value is (53,125,142). Sum of RGB (Red+Green+Blue) = 53+125+142=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 125 (49.22% from 255 or 39.06% from 320); Blue value is 142 (55.86% from 255 or 44.38% from 320); Max value from RGB is 142 - color contains mainly: blue. Hex color #357D8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D8E is #CA8271. Grayscale: #696969. Windows color (decimal): -13271666 or 9338165. OLE color: 9338165.

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

Color convert

RGB 53 125 142 -
CMYK 0.63 0.12 0 0.44
HSL 191.46º 0.46% 0.38% -
HSV(B) 191.46º 0.63% 0.56% -
XYZ 13.68 17.38 28.22 -
YUV 105.41 148.65 90.62 -
System Red Green Blue C M Y K H S L
Decimal 53 125 142 0.63 0.12 0 0.44 191.46 0.46 0.38
Hex 35 7D 8E 3F C 0 2C BF 2E 26
Octal 65 175 216 77 14 0 54 277 56 46
Binary 110101 1111101 10001110 111111 1100 0 101100 10111111 101110 100110

Color Harmonies of #357D8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D8E

Black with #357D8E

Text Example


Text Example

White with #357D8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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