#3D36AA

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

Shades of Blue Gem #3D36AA

Tints of Blue Gem #3D36AA

Color information

#3D36AA (or 0x3D36AA) is unknown color: approx Blue Gem. HEX triplet: 3D, 36 and AA. RGB value is (61,54,170). Sum of RGB (Red+Green+Blue) = 61+54+170=285 (37% of max value = 765). Red value is 61 (24.22% from 255 or 21.40% from 285); Green value is 54 (21.48% from 255 or 18.95% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #3D36AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D36AA is #C2C955. Grayscale: #444444. Windows color (decimal): -12765526 or 11155005. OLE color: 11155005.

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

Color convert

RGB6154170-
CMYK0.640.6800.33
HSL243.62º51.79%43.92%-
HSV(B)243.62º68.24%66.67%-
XYZ10.56.5338.74-
YUV69.32184.82122.07-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.40%
GREEN value IS 54 (21.48% from 255) = 18.95%
BLUE value IS 170 (66.80% from 255) = 59.65%
R=21.40%
G=18.95%
B=59.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61541700.640.6800.33243.6251.7943.92
Hex3D36AA4044021f4342c
Octal75662521001040413646454
Binary1111011101101010101010000001000100010000111110100110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D36AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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