Html Css Color HEX #358091 Jelly Bean

📋 copy color: '#358091'

red 53 ◦ green 128 ◦ blue 145

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

Shades of Jelly Bean #358091

Tints of Jelly Bean #358091

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.26%

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

R = 16.26%
G = 39.26%
B = 44.48%

CMYK

 C value IS 0.63

 M value IS 0.12

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#358091 (or 0x358091) is known color: Jelly Bean. HEX triplet: 35, 80 and 91. RGB value is (53,128,145). Sum of RGB (Red+Green+Blue) = 53+128+145=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 128 (50.39% from 255 or 39.26% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 145 - color contains mainly: blue. Hex color #358091 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358091 is #CA7F6E. Grayscale: #6B6B6B. Windows color (decimal): -13270895 or 9535541. OLE color: 9535541.

HSL color Cylindrical-coordinate representation of color #358091: hue angle of 191.09º 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 #358091 is Cyan = 0.63, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 53 128 145 -
CMYK 0.63 0.12 0 0.43
HSL 191.09º 0.46% 0.39% -
HSV(B) 191.09º 0.63% 0.57% -
XYZ 14.3 18.24 29.56 -
YUV 107.51 149.15 89.12 -
System Red Green Blue C M Y K H S L
Decimal 53 128 145 0.63 0.12 0 0.43 191.09 0.46 0.39
Hex 35 80 91 3F C 0 2B BF 2E 27
Octal 65 200 221 77 14 0 53 277 56 47
Binary 110101 10000000 10010001 111111 1100 0 101011 10111111 101110 100111

Color Harmonies of #358091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358091

Black with #358091

Text Example


Text Example

White with #358091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358091; }

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

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

background-color css

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

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

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

border-color css

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

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

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