#3D26AA

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

Shades of Blue Gem #3D26AA

Tints of Blue Gem #3D26AA

Color information

#3D26AA (or 0x3D26AA) is unknown color: approx Blue Gem. HEX triplet: 3D, 26 and AA. RGB value is (61,38,170). Sum of RGB (Red+Green+Blue) = 61+38+170=269 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.68% from 269); Green value is 38 (15.23% from 255 or 14.13% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D26AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D26AA is #C2D955. Grayscale: #3B3B3B. Windows color (decimal): -12769622 or 11150909. OLE color: 11150909.

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

Color convert

RGB6138170-
CMYK0.640.7800.33
HSL250.45º63.46%40.78%-
HSV(B)250.45º77.65%66.67%-
XYZ9.875.2838.53-
YUV59.92190.12128.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 22.68%
GREEN value IS 38 (15.23% from 255) = 14.13%
BLUE value IS 170 (66.80% from 255) = 63.20%
R=22.68%
G=14.13%
B=63.20%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61381700.640.7800.33250.4563.4640.78
Hex3D26AA404E021fa3f29
Octal75462521001160413727751
Binary1111011001101010101010000001001110010000111111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D26AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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