Html Css Color HEX #358190 Jelly Bean

📋 copy color: '#358190'

red 53 ◦ green 129 ◦ blue 144

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

Shades of Jelly Bean #358190

Tints of Jelly Bean #358190

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.57%

 BLUE value IS 144 (56.64% from 255) = 44.17%

R = 16.26%
G = 39.57%
B = 44.17%

CMYK

 C value IS 0.63

 M value IS 0.10

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#358190 (or 0x358190) is known color: Jelly Bean. HEX triplet: 35, 81 and 90. RGB value is (53,129,144). Sum of RGB (Red+Green+Blue) = 53+129+144=326 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.26% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 144 (56.64% from 255 or 44.17% from 326); Max value from RGB is 144 - color contains mainly: blue. Hex color #358190 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358190 is #CA7E6F. Grayscale: #6B6B6B. Windows color (decimal): -13270640 or 9470261. OLE color: 9470261.

HSL color Cylindrical-coordinate representation of color #358190: hue angle of 189.89º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #358190 is Cyan = 0.63, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 53 129 144 -
CMYK 0.63 0.10 0 0.44
HSL 189.89º 0.46% 0.39% -
HSV(B) 189.89º 0.63% 0.56% -
XYZ 14.35 18.47 29.19 -
YUV 107.99 148.32 88.78 -
System Red Green Blue C M Y K H S L
Decimal 53 129 144 0.63 0.10 0 0.44 189.89 0.46 0.39
Hex 35 81 90 3F A 0 2C BE 2E 27
Octal 65 201 220 77 12 0 54 276 56 47
Binary 110101 10000001 10010000 111111 1010 0 101100 10111110 101110 100111

Color Harmonies of #358190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358190

Black with #358190

Text Example


Text Example

White with #358190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358190; }

 p { color: rgb(53,129,144); }

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

background-color css

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

 a { background-color: rgb(53,129,144); }

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

border-color css

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

 span { border-color: rgb(53,129,144); }

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