#3D3CAA

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

Shades of Blue Gem #3D3CAA

Tints of Blue Gem #3D3CAA

Color information

#3D3CAA (or 0x3D3CAA) is unknown color: approx Blue Gem. HEX triplet: 3D, 3C and AA. RGB value is (61,60,170). Sum of RGB (Red+Green+Blue) = 61+60+170=291 (38% of max value = 765). Red value is 61 (24.22% from 255 or 20.96% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 170 (66.80% from 255 or 58.42% from 291); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D3CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D3CAA is #C2C355. Grayscale: #484848. Windows color (decimal): -12763990 or 11156541. OLE color: 11156541.

HSL color Cylindrical-coordinate representation of color #3D3CAA: hue angle of 240.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3D3CAA is Cyan = 0.64, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB6160170-
CMYK0.640.6500.33
HSL240.55º47.83%45.1%-
HSV(B)240.55º64.71%66.67%-
XYZ10.87.1338.84-
YUV72.84182.83119.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 20.96%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 170 (66.80% from 255) = 58.42%
R=20.96%
G=20.62%
B=58.42%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61601700.640.6500.33240.5547.8345.1
Hex3D3CAA4041021f1302d
Octal75742521001010413616055
Binary1111011111001010101010000001000001010000111110001110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D3CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,60,170); }

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

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

 a { background-color: rgb(61,60,170); }

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

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

 span { border-color: rgb(61,60,170); }

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