#3E35AD

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

Shades of Blue Gem #3E35AD

Tints of Blue Gem #3E35AD

Color information

#3E35AD (or 0x3E35AD) is unknown color: approx Blue Gem. HEX triplet: 3E, 35 and AD. RGB value is (62,53,173). Sum of RGB (Red+Green+Blue) = 62+53+173=288 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.53% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #3E35AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E35AD is #C1CA52. Grayscale: #444444. Windows color (decimal): -12700243 or 11351358. OLE color: 11351358.

HSL color Cylindrical-coordinate representation of color #3E35AD: hue angle of 244.5º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E35AD is Cyan = 0.64, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6253173-
CMYK0.640.6900.32
HSL244.5º53.1%44.31%-
HSV(B)244.5º69.36%67.84%-
XYZ10.86.5940.24-
YUV69.37186.48122.74-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 21.53%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 173 (67.97% from 255) = 60.07%
R=21.53%
G=18.40%
B=60.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal62531730.640.6900.32244.553.144.31
Hex3E35AD4045020f4352c
Octal76652551001050403646554
Binary1111101101011010110110000001000101010000011110100110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3E35AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3E35AD; }

 p { color: rgb(62,53,173); }

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

<style>
 a { background-color: #3E35AD; }

 a { background-color: rgb(62,53,173); }

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

<style>
 span { border-color: #3E35AD; }

 span { border-color: rgb(62,53,173); }

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