#35239B

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

Shades of Blue Gem #35239B

Tints of Blue Gem #35239B

Color information

#35239B (or 0x35239B) is unknown color: approx Blue Gem. HEX triplet: 35, 23 and 9B. RGB value is (53,35,155). Sum of RGB (Red+Green+Blue) = 53+35+155=243 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.81% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #35239B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35239B is #CADC64. Grayscale: #353535. Windows color (decimal): -13294693 or 10167093. OLE color: 10167093.

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

Color convert

RGB5335155-
CMYK0.660.7700.39
HSL249º63.16%37.25%-
HSV(B)249º77.42%60.78%-
XYZ7.994.3331.42-
YUV54.06184.96127.24-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.81%
GREEN value IS 35 (14.06% from 255) = 14.40%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=21.81%
G=14.40%
B=63.79%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal53351550.660.7700.3924963.1637.25
Hex35239B424D027f93f25
Octal65432331021150473717745
Binary1101011000111001101110000101001101010011111111001111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35239B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35239B; }

 p { color: rgb(53,35,155); }

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

<style>
 a { background-color: #35239B; }

 a { background-color: rgb(53,35,155); }

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

<style>
 span { border-color: #35239B; }

 span { border-color: rgb(53,35,155); }

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