#35229D

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

Shades of Blue Gem #35229D

Tints of Blue Gem #35229D

Color information

#35229D (or 0x35229D) is unknown color: approx Blue Gem. HEX triplet: 35, 22 and 9D. RGB value is (53,34,157). Sum of RGB (Red+Green+Blue) = 53+34+157=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 34 (13.67% from 255 or 13.93% from 244); Blue value is 157 (61.72% from 255 or 64.34% from 244); Max value from RGB is 157 - color contains mainly: blue. Hex color #35229D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35229D is #CADD62. Grayscale: #353535. Windows color (decimal): -13294947 or 10297909. OLE color: 10297909.

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

Color convert

RGB5334157-
CMYK0.660.7800.38
HSL249.27º64.4%37.45%-
HSV(B)249.27º78.34%61.57%-
XYZ8.134.3432.31-
YUV53.7186.29127.5-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 34 (13.67% from 255) = 13.93%
BLUE value IS 157 (61.72% from 255) = 64.34%
R=21.72%
G=13.93%
B=64.34%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53341570.660.7800.38249.2764.437.45
Hex35229D424E026f94025
Octal654223510211604637110045
Binary11010110001010011101100001010011100100110111110011000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35229D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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