#3D2A9F

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

Shades of Blue Gem #3D2A9F

Tints of Blue Gem #3D2A9F

Color information

#3D2A9F (or 0x3D2A9F) is unknown color: approx Blue Gem. HEX triplet: 3D, 2A and 9F. RGB value is (61,42,159). Sum of RGB (Red+Green+Blue) = 61+42+159=262 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.28% from 262); Green value is 42 (16.80% from 255 or 16.03% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #3D2A9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3D2A9F is #C2D560. Grayscale: #3C3C3C. Windows color (decimal): -12768609 or 10431037. OLE color: 10431037.

HSL color Cylindrical-coordinate representation of color #3D2A9F: hue angle of 249.74º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3D2A9F is Cyan = 0.62, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6142159-
CMYK0.620.7400.38
HSL249.74º58.21%39.41%-
HSV(B)249.74º73.58%62.35%-
XYZ9.015.1533.32-
YUV61.02183.29127.99-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 23.28%
GREEN value IS 42 (16.80% from 255) = 16.03%
BLUE value IS 159 (62.5% from 255) = 60.69%
R=23.28%
G=16.03%
B=60.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal61421590.620.7400.38249.7458.2139.41
Hex3D2A9F3E4A026fa3a27
Octal7552237761120463727247
Binary111101101010100111111111101001010010011011111010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D2A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,42,159); }

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

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

 a { background-color: rgb(61,42,159); }

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

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

 span { border-color: rgb(61,42,159); }

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