Html Css Color HEX #357B98 Jelly Bean

📋 copy color: '#357B98'

red 53 ◦ green 123 ◦ blue 152

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

Shades of Jelly Bean #357B98

Tints of Jelly Bean #357B98

RGB

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

 GREEN value IS 123 (48.44% from 255) = 37.5%

 BLUE value IS 152 (59.77% from 255) = 46.34%

R = 16.16%
G = 37.5%
B = 46.34%

CMYK

 C value IS 0.65

 M value IS 0.19

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#357B98 (or 0x357B98) is known color: Jelly Bean. HEX triplet: 35, 7B and 98. RGB value is (53,123,152). Sum of RGB (Red+Green+Blue) = 53+123+152=328 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.16% from 328); Green value is 123 (48.44% from 255 or 37.5% from 328); Blue value is 152 (59.77% from 255 or 46.34% from 328); Max value from RGB is 152 - color contains mainly: blue. Hex color #357B98 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B98 is #CA8467. Grayscale: #696969. Windows color (decimal): -13272168 or 9993013. OLE color: 9993013.

HSL color Cylindrical-coordinate representation of color #357B98: hue angle of 197.58º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #357B98 is Cyan = 0.65, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 123 152 -
CMYK 0.65 0.19 0 0.40
HSL 197.58º 0.48% 0.4% -
HSV(B) 197.58º 0.65% 0.6% -
XYZ 14.22 17.19 32.27 -
YUV 105.38 154.31 90.64 -
System Red Green Blue C M Y K H S L
Decimal 53 123 152 0.65 0.19 0 0.40 197.58 0.48 0.4
Hex 35 7B 98 41 13 0 28 C6 30 28
Octal 65 173 230 101 23 0 50 306 60 50
Binary 110101 1111011 10011000 1000001 10011 0 101000 11000110 110000 101000

Color Harmonies of #357B98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B98

Black with #357B98

Text Example


Text Example

White with #357B98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,123,152); }

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

background-color css

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

 a { background-color: rgb(53,123,152); }

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

border-color css

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

 span { border-color: rgb(53,123,152); }

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