#35209C

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

Shades of Blue Gem #35209C

Tints of Blue Gem #35209C

Color information

#35209C (or 0x35209C) is unknown color: approx Blue Gem. HEX triplet: 35, 20 and 9C. RGB value is (53,32,156). Sum of RGB (Red+Green+Blue) = 53+32+156=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 32 (12.89% from 255 or 13.28% from 241); Blue value is 156 (61.33% from 255 or 64.73% from 241); Max value from RGB is 156 - color contains mainly: blue. Hex color #35209C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35209C is #CADF63. Grayscale: #333333. Windows color (decimal): -13295460 or 10231861. OLE color: 10231861.

HSL color Cylindrical-coordinate representation of color #35209C: hue angle of 250.16º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #35209C is Cyan = 0.66, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB5332156-
CMYK0.660.7900.39
HSL250.16º65.96%36.86%-
HSV(B)250.16º79.49%61.18%-
XYZ7.994.1931.84-
YUV52.42186.46128.42-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 32 (12.89% from 255) = 13.28%
BLUE value IS 156 (61.33% from 255) = 64.73%
R=21.99%
G=13.28%
B=64.73%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53321560.660.7900.39250.1665.9636.86
Hex35209C424F027fa4225
Octal654023410211704737210245
Binary11010110000010011100100001010011110100111111110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35209C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35209C; }

 p { color: rgb(53,32,156); }

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

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

 a { background-color: rgb(53,32,156); }

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

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

 span { border-color: rgb(53,32,156); }

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