Html Css Color HEX #357B92 Jelly Bean

📋 copy color: '#357B92'

red 53 ◦ green 123 ◦ blue 146

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

Shades of Jelly Bean #357B92

Tints of Jelly Bean #357B92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 16.46%
G = 38.2%
B = 45.34%

CMYK

 C value IS 0.64

 M value IS 0.16

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#357B92 (or 0x357B92) is known color: Jelly Bean. HEX triplet: 35, 7B and 92. RGB value is (53,123,146). Sum of RGB (Red+Green+Blue) = 53+123+146=322 (42% of max value = 765). Red value is 53 (21.09% from 255 or 16.46% from 322); Green value is 123 (48.44% from 255 or 38.20% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #357B92 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357B92 is #CA846D. Grayscale: #686868. Windows color (decimal): -13272174 or 9599797. OLE color: 9599797.

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

Color convert

RGB 53 123 146 -
CMYK 0.64 0.16 0 0.43
HSL 194.84º 0.47% 0.39% -
HSV(B) 194.84º 0.64% 0.57% -
XYZ 13.74 17 29.75 -
YUV 104.69 151.31 91.13 -
System Red Green Blue C M Y K H S L
Decimal 53 123 146 0.64 0.16 0 0.43 194.84 0.47 0.39
Hex 35 7B 92 40 10 0 2B C3 2F 27
Octal 65 173 222 100 20 0 53 303 57 47
Binary 110101 1111011 10010010 1000000 10000 0 101011 11000011 101111 100111

Color Harmonies of #357B92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #357B92

Black with #357B92

Text Example


Text Example

White with #357B92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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