Html Css Color HEX #357D9B Jelly Bean

📋 copy color: '#357D9B'

red 53 ◦ green 125 ◦ blue 155

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

Shades of Jelly Bean #357D9B

Tints of Jelly Bean #357D9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 46.55%

R = 15.92%
G = 37.54%
B = 46.55%

CMYK

 C value IS 0.66

 M value IS 0.19

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#357D9B (or 0x357D9B) is known color: Jelly Bean. HEX triplet: 35, 7D and 9B. RGB value is (53,125,155). Sum of RGB (Red+Green+Blue) = 53+125+155=333 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.92% from 333); Green value is 125 (49.22% from 255 or 37.54% from 333); Blue value is 155 (60.94% from 255 or 46.55% from 333); Max value from RGB is 155 - color contains mainly: blue. Hex color #357D9B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D9B is #CA8264. Grayscale: #6A6A6A. Windows color (decimal): -13271653 or 10190133. OLE color: 10190133.

HSL color Cylindrical-coordinate representation of color #357D9B: hue angle of 197.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #357D9B is Cyan = 0.66, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 53 125 155 -
CMYK 0.66 0.19 0 0.39
HSL 197.65º 0.49% 0.41% -
HSV(B) 197.65º 0.66% 0.61% -
XYZ 14.72 17.79 33.67 -
YUV 106.89 155.15 89.56 -
System Red Green Blue C M Y K H S L
Decimal 53 125 155 0.66 0.19 0 0.39 197.65 0.49 0.41
Hex 35 7D 9B 42 13 0 27 C6 31 29
Octal 65 175 233 102 23 0 47 306 61 51
Binary 110101 1111101 10011011 1000010 10011 0 100111 11000110 110001 101001

Color Harmonies of #357D9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357D9B

Black with #357D9B

Text Example


Text Example

White with #357D9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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