#3F2DAC

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

Shades of Blue Gem #3F2DAC

Tints of Blue Gem #3F2DAC

Color information

#3F2DAC (or 0x3F2DAC) is unknown color: approx Blue Gem. HEX triplet: 3F, 2D and AC. RGB value is (63,45,172). Sum of RGB (Red+Green+Blue) = 63+45+172=280 (37% of max value = 765). Red value is 63 (25% from 255 or 22.5% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F2DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F2DAC is #C0D253. Grayscale: #404040. Windows color (decimal): -12636756 or 11283775. OLE color: 11283775.

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

Color convert

RGB6345172-
CMYK0.630.7400.33
HSL248.5º58.53%42.55%-
HSV(B)248.5º73.84%67.45%-
XYZ10.435.9139.62-
YUV64.86188.46126.67-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.5%
GREEN value IS 45 (17.97% from 255) = 16.07%
BLUE value IS 172 (67.58% from 255) = 61.43%
R=22.5%
G=16.07%
B=61.43%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63451720.630.7400.33248.558.5342.55
Hex3F2DAC3F4A021f93b2b
Octal7755254771120413717353
Binary111111101101101011001111111001010010000111111001111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F2DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,45,172); }

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

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

 a { background-color: rgb(63,45,172); }

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

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

 span { border-color: rgb(63,45,172); }

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