Html Css Color HEX #357B91 Jelly Bean

📋 copy color: '#357B91'

red 53 ◦ green 123 ◦ blue 145

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

Shades of Jelly Bean #357B91

Tints of Jelly Bean #357B91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.17%

R = 16.51%
G = 38.32%
B = 45.17%

CMYK

 C value IS 0.63

 M value IS 0.15

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357B91 (or 0x357B91) is known color: Jelly Bean. HEX triplet: 35, 7B and 91. RGB value is (53,123,145). Sum of RGB (Red+Green+Blue) = 53+123+145=321 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.51% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #357B91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B91 is #CA846E. Grayscale: #686868. Windows color (decimal): -13272175 or 9534261. OLE color: 9534261.

HSL color Cylindrical-coordinate representation of color #357B91: hue angle of 194.35º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #357B91 is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 123 145 -
CMYK 0.63 0.15 0 0.43
HSL 194.35º 0.46% 0.39% -
HSV(B) 194.35º 0.63% 0.57% -
XYZ 13.66 16.97 29.34 -
YUV 104.58 150.81 91.21 -
System Red Green Blue C M Y K H S L
Decimal 53 123 145 0.63 0.15 0 0.43 194.35 0.46 0.39
Hex 35 7B 91 3F F 0 2B C2 2E 27
Octal 65 173 221 77 17 0 53 302 56 47
Binary 110101 1111011 10010001 111111 1111 0 101011 11000010 101110 100111

Color Harmonies of #357B91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B91

Black with #357B91

Text Example


Text Example

White with #357B91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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