#3D3AA6

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

Shades of Blue Gem #3D3AA6

Tints of Blue Gem #3D3AA6

Color information

#3D3AA6 (or 0x3D3AA6) is unknown color: approx Blue Gem. HEX triplet: 3D, 3A and A6. RGB value is (61,58,166). Sum of RGB (Red+Green+Blue) = 61+58+166=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #3D3AA6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3AA6 is #C2C559. Grayscale: #464646. Windows color (decimal): -12764506 or 10893885. OLE color: 10893885.

HSL color Cylindrical-coordinate representation of color #3D3AA6: hue angle of 241.67º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3AA6 is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6158166-
CMYK0.630.6500.35
HSL241.67º48.21%43.92%-
HSV(B)241.67º65.06%65.1%-
XYZ10.326.7736.84-
YUV71.21181.49120.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 166 (65.23% from 255) = 58.25%
R=21.40%
G=20.35%
B=58.25%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal61581660.630.6500.35241.6748.2143.92
Hex3D3AA63F41023f2302c
Octal7572246771010433626054
Binary111101111010101001101111111000001010001111110010110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,58,166); }

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

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

 a { background-color: rgb(61,58,166); }

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

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

 span { border-color: rgb(61,58,166); }

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