#3D35AE

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

Shades of Blue Gem #3D35AE

Tints of Blue Gem #3D35AE

Color information

#3D35AE (or 0x3D35AE) is unknown color: approx Blue Gem. HEX triplet: 3D, 35 and AE. RGB value is (61,53,174). Sum of RGB (Red+Green+Blue) = 61+53+174=288 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.18% from 288); Green value is 53 (21.09% from 255 or 18.40% from 288); Blue value is 174 (68.36% from 255 or 60.42% from 288); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D35AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D35AE is #C2CA51. Grayscale: #444444. Windows color (decimal): -12765778 or 11416893. OLE color: 11416893.

HSL color Cylindrical-coordinate representation of color #3D35AE: hue angle of 243.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3D35AE is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6153174-
CMYK0.650.7000.32
HSL243.97º53.3%44.51%-
HSV(B)243.97º69.54%68.24%-
XYZ10.846.5940.75-
YUV69.19187.15122.16-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.18%
GREEN value IS 53 (21.09% from 255) = 18.40%
BLUE value IS 174 (68.36% from 255) = 60.42%
R=21.18%
G=18.40%
B=60.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61531740.650.7000.32243.9753.344.51
Hex3D35AE4146020f4352d
Octal75652561011060403646555
Binary1111011101011010111010000011000110010000011110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D35AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,53,174); }

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

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

 a { background-color: rgb(61,53,174); }

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

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

 span { border-color: rgb(61,53,174); }

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