#35249D

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

Shades of Blue Gem #35249D

Tints of Blue Gem #35249D

Color information

#35249D (or 0x35249D) is unknown color: approx Blue Gem. HEX triplet: 35, 24 and 9D. RGB value is (53,36,157). Sum of RGB (Red+Green+Blue) = 53+36+157=246 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.54% from 246); Green value is 36 (14.45% from 255 or 14.63% from 246); Blue value is 157 (61.72% from 255 or 63.82% from 246); Max value from RGB is 157 - color contains mainly: blue. Hex color #35249D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #35249D is #CADB62. Grayscale: #363636. Windows color (decimal): -13294435 or 10298421. OLE color: 10298421.

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

Color convert

RGB5336157-
CMYK0.660.7700.38
HSL248.43º62.69%37.84%-
HSV(B)248.43º77.07%61.57%-
XYZ8.184.4532.33-
YUV54.88185.63126.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.54%
GREEN value IS 36 (14.45% from 255) = 14.63%
BLUE value IS 157 (61.72% from 255) = 63.82%
R=21.54%
G=14.63%
B=63.82%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal53361570.660.7700.38248.4362.6937.84
Hex35249D424D026f83f26
Octal65442351021150463707746
Binary1101011001001001110110000101001101010011011111000111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35249D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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