#3F2AA2

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

Shades of Blue Gem #3F2AA2

Tints of Blue Gem #3F2AA2

Color information

#3F2AA2 (or 0x3F2AA2) is unknown color: approx Blue Gem. HEX triplet: 3F, 2A and A2. RGB value is (63,42,162). Sum of RGB (Red+Green+Blue) = 63+42+162=267 (35% of max value = 765). Red value is 63 (25% from 255 or 23.60% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 162 (63.67% from 255 or 60.67% from 267); Max value from RGB is 162 - color contains mainly: blue. Hex color #3F2AA2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2AA2 is #C0D55D. Grayscale: #3D3D3D. Windows color (decimal): -12637534 or 10627647. OLE color: 10627647.

HSL color Cylindrical-coordinate representation of color #3F2AA2: hue angle of 250.5º degrees, saturation: 0.59, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F2AA2 is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6342162-
CMYK0.610.7400.36
HSL250.5º58.82%40%-
HSV(B)250.5º74.07%63.53%-
XYZ9.45.3234.71-
YUV61.96184.46128.74-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.60%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 162 (63.67% from 255) = 60.67%
R=23.60%
G=15.73%
B=60.67%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63421620.610.7400.36250.558.8240
Hex3F2AA23D4A024fa3b28
Octal7752242751120443727350
Binary111111101010101000101111011001010010010011111010111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2AA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,42,162); }

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

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

 a { background-color: rgb(63,42,162); }

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

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

 span { border-color: rgb(63,42,162); }

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