#35219E

Color #35219E Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #35219E

Tints of Blue Gem #35219E

Color information

#35219E (or 0x35219E) is unknown color: approx Blue Gem. HEX triplet: 35, 21 and 9E. RGB value is (53,33,158). Sum of RGB (Red+Green+Blue) = 53+33+158=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 158 (62.11% from 255 or 64.75% from 244); Max value from RGB is 158 - color contains mainly: blue. Hex color #35219E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35219E is #CADE61. Grayscale: #343434. Windows color (decimal): -13295202 or 10363189. OLE color: 10363189.

HSL color Cylindrical-coordinate representation of color #35219E: hue angle of 249.6º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35219E is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB5333158-
CMYK0.660.7900.38
HSL249.6º65.45%37.45%-
HSV(B)249.6º79.11%61.96%-
XYZ8.184.3132.75-
YUV53.23187.13127.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 33 (13.28% from 255) = 13.52%
BLUE value IS 158 (62.11% from 255) = 64.75%
R=21.72%
G=13.52%
B=64.75%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53331580.660.7900.38249.665.4537.45
Hex35219E424F026fa4125
Octal654123610211704637210145
Binary11010110000110011110100001010011110100110111110101000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35219E; }

 p { color: rgb(53,33,158); }

 H1.HeaderClassName
 {
   color: #35219E;
 }
 .AnyTagClassName
 {
   color: #35219E;
 }
</style>
background-color css

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

 a { background-color: rgb(53,33,158); }

 div.DivClassName
 {
   background-color: #35219E;
 }
 .BgClassName
 {
   background-color: #35219E;
 }
</style>
border-color css

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

 span { border-color: rgb(53,33,158); }

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