#3D37AE

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

Shades of Blue Gem #3D37AE

Tints of Blue Gem #3D37AE

Color information

#3D37AE (or 0x3D37AE) is unknown color: approx Blue Gem. HEX triplet: 3D, 37 and AE. RGB value is (61,55,174). Sum of RGB (Red+Green+Blue) = 61+55+174=290 (38% of max value = 765). Red value is 61 (24.22% from 255 or 21.03% from 290); Green value is 55 (21.88% from 255 or 18.97% from 290); Blue value is 174 (68.36% from 255 or 60% from 290); Max value from RGB is 174 - color contains mainly: blue. Hex color #3D37AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D37AE is #C2C851. Grayscale: #454545. Windows color (decimal): -12765266 or 11417405. OLE color: 11417405.

HSL color Cylindrical-coordinate representation of color #3D37AE: hue angle of 243.03º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3D37AE is Cyan = 0.65, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB6155174-
CMYK0.650.6800.32
HSL243.03º51.97%44.9%-
HSV(B)243.03º68.39%68.24%-
XYZ10.936.7840.78-
YUV70.36186.49121.32-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 21.03%
GREEN value IS 55 (21.88% from 255) = 18.97%
BLUE value IS 174 (68.36% from 255) = 60%
R=21.03%
G=18.97%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal61551740.650.6800.32243.0351.9744.9
Hex3D37AE4144020f3342d
Octal75672561011040403636455
Binary1111011101111010111010000011000100010000011110011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D37AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,55,174); }

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

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

 a { background-color: rgb(61,55,174); }

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

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

 span { border-color: rgb(61,55,174); }

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