#3D3AAF

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

Shades of Blue Gem #3D3AAF

Tints of Blue Gem #3D3AAF

Color information

#3D3AAF (or 0x3D3AAF) is unknown color: approx Blue Gem. HEX triplet: 3D, 3A and AF. RGB value is (61,58,175). Sum of RGB (Red+Green+Blue) = 61+58+175=294 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.75% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 175 (68.75% from 255 or 59.52% from 294); Max value from RGB is 175 - color contains mainly: blue. Hex color #3D3AAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3AAF is #C2C550. Grayscale: #474747. Windows color (decimal): -12764497 or 11483709. OLE color: 11483709.

HSL color Cylindrical-coordinate representation of color #3D3AAF: hue angle of 241.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3D3AAF is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6158175-
CMYK0.650.6700.31
HSL241.54º50.21%45.69%-
HSV(B)241.54º66.86%68.63%-
XYZ11.187.1141.34-
YUV72.24185.99119.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.75%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 175 (68.75% from 255) = 59.52%
R=20.75%
G=19.73%
B=59.52%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal61581750.650.6700.31241.5450.2145.69
Hex3D3AAF414301Ff2322e
Octal75722571011030373626256
Binary111101111010101011111000001100001101111111110010110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3AAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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