#35229F

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

Shades of Blue Gem #35229F

Tints of Blue Gem #35229F

Color information

#35229F (or 0x35229F) is unknown color: approx Blue Gem. HEX triplet: 35, 22 and 9F. RGB value is (53,34,159). Sum of RGB (Red+Green+Blue) = 53+34+159=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 34 (13.67% from 255 or 13.82% from 246); Blue value is 159 (62.5% from 255 or 64.63% from 246); Max value from RGB is 159 - color contains mainly: blue. Hex color #35229F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35229F is #CADD60. Grayscale: #353535. Windows color (decimal): -13294945 or 10428981. OLE color: 10428981.

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

Color convert

RGB5334159-
CMYK0.670.7900.38
HSL249.12º64.77%37.84%-
HSV(B)249.12º78.62%62.35%-
XYZ8.34.433.21-
YUV53.93187.29127.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 34 (13.67% from 255) = 13.82%
BLUE value IS 159 (62.5% from 255) = 64.63%
R=21.54%
G=13.82%
B=64.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53341590.670.7900.38249.1264.7737.84
Hex35229F434F026f94126
Octal654223710311704637110146
Binary11010110001010011111100001110011110100110111110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35229F; }

 p { color: rgb(53,34,159); }

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

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

 a { background-color: rgb(53,34,159); }

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

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

 span { border-color: rgb(53,34,159); }

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