#35229E

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

Shades of Blue Gem #35229E

Tints of Blue Gem #35229E

Color information

#35229E (or 0x35229E) is unknown color: approx Blue Gem. HEX triplet: 35, 22 and 9E. RGB value is (53,34,158). Sum of RGB (Red+Green+Blue) = 53+34+158=245 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.63% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 158 (62.11% from 255 or 64.49% from 245); Max value from RGB is 158 - color contains mainly: blue. Hex color #35229E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35229E is #CADD61. Grayscale: #353535. Windows color (decimal): -13294946 or 10363445. OLE color: 10363445.

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

Color convert

RGB5334158-
CMYK0.660.7800.38
HSL249.19º64.58%37.65%-
HSV(B)249.19º78.48%61.96%-
XYZ8.214.3732.76-
YUV53.82186.79127.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.63%
GREEN value IS 34 (13.67% from 255) = 13.88%
BLUE value IS 158 (62.11% from 255) = 64.49%
R=21.63%
G=13.88%
B=64.49%

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
Decimal53341580.660.7800.38249.1964.5837.65
Hex35229E424E026f94126
Octal654223610211604637110146
Binary11010110001010011110100001010011100100110111110011000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35229E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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