Html Css Color HEX #357F8C Jelly Bean

📋 copy color: '#357F8C'

red 53 ◦ green 127 ◦ blue 140

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

Shades of Jelly Bean #357F8C

Tints of Jelly Bean #357F8C

RGB

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

 GREEN value IS 127 (50% from 255) = 39.69%

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

R = 16.56%
G = 39.69%
B = 43.75%

CMYK

 C value IS 0.62

 M value IS 0.09

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#357F8C (or 0x357F8C) is known color: Jelly Bean. HEX triplet: 35, 7F and 8C. RGB value is (53,127,140). Sum of RGB (Red+Green+Blue) = 53+127+140=320 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.56% from 320); Green value is 127 (50% from 255 or 39.69% from 320); Blue value is 140 (55.08% from 255 or 43.75% from 320); Max value from RGB is 140 - color contains mainly: blue. Hex color #357F8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357F8C is #CA8073. Grayscale: #6A6A6A. Windows color (decimal): -13271156 or 9207605. OLE color: 9207605.

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

Color convert

RGB 53 127 140 -
CMYK 0.62 0.09 0 0.45
HSL 188.97º 0.45% 0.38% -
HSV(B) 188.97º 0.62% 0.55% -
XYZ 13.79 17.83 27.53 -
YUV 106.36 146.98 89.94 -
System Red Green Blue C M Y K H S L
Decimal 53 127 140 0.62 0.09 0 0.45 188.97 0.45 0.38
Hex 35 7F 8C 3E 9 0 2D BD 2D 26
Octal 65 177 214 76 11 0 55 275 55 46
Binary 110101 1111111 10001100 111110 1001 0 101101 10111101 101101 100110

Color Harmonies of #357F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357F8C

Black with #357F8C

Text Example


Text Example

White with #357F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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