Html Css Color HEX #358090 Jelly Bean

📋 copy color: '#358090'

red 53 ◦ green 128 ◦ blue 144

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

Shades of Jelly Bean #358090

Tints of Jelly Bean #358090

RGB

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

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

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

R = 16.31%
G = 39.38%
B = 44.31%

CMYK

 C value IS 0.63

 M value IS 0.11

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#358090 (or 0x358090) is known color: Jelly Bean. HEX triplet: 35, 80 and 90. RGB value is (53,128,144). Sum of RGB (Red+Green+Blue) = 53+128+144=325 (43% of max value = 765). Red value is 53 (21.09% from 255 or 16.31% from 325); Green value is 128 (50.39% from 255 or 39.38% from 325); Blue value is 144 (56.64% from 255 or 44.31% from 325); Max value from RGB is 144 - color contains mainly: blue. Hex color #358090 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #358090 is #CA7F6F. Grayscale: #6B6B6B. Windows color (decimal): -13270896 or 9470005. OLE color: 9470005.

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

Color convert

RGB 53 128 144 -
CMYK 0.63 0.11 0 0.44
HSL 190.55º 0.46% 0.39% -
HSV(B) 190.55º 0.63% 0.56% -
XYZ 14.22 18.21 29.15 -
YUV 107.4 148.65 89.2 -
System Red Green Blue C M Y K H S L
Decimal 53 128 144 0.63 0.11 0 0.44 190.55 0.46 0.39
Hex 35 80 90 3F B 0 2C BF 2E 27
Octal 65 200 220 77 13 0 54 277 56 47
Binary 110101 10000000 10010000 111111 1011 0 101100 10111111 101110 100111

Color Harmonies of #358090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358090

Black with #358090

Text Example


Text Example

White with #358090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358090; }

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

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

background-color css

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

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

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

border-color css

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

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

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