#3F1EAC

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

Shades of Blue Gem #3F1EAC

Tints of Blue Gem #3F1EAC

Color information

#3F1EAC (or 0x3F1EAC) is unknown color: approx Blue Gem. HEX triplet: 3F, 1E and AC. RGB value is (63,30,172). Sum of RGB (Red+Green+Blue) = 63+30+172=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 30 (12.11% from 255 or 11.32% from 265); Blue value is 172 (67.58% from 255 or 64.91% from 265); Max value from RGB is 172 - color contains mainly: blue. Hex color #3F1EAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F1EAC is #C0E153. Grayscale: #373737. Windows color (decimal): -12640596 or 11279935. OLE color: 11279935.

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

Color convert

RGB6330172-
CMYK0.630.8300.33
HSL253.94º70.3%39.61%-
HSV(B)253.94º82.56%67.45%-
XYZ9.964.9639.46-
YUV56.06193.43132.95-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 30 (12.11% from 255) = 11.32%
BLUE value IS 172 (67.58% from 255) = 64.91%
R=23.77%
G=11.32%
B=64.91%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal63301720.630.8300.33253.9470.339.61
Hex3F1EAC3F53021fe4628
Octal77362547712304137610650
Binary111111111101010110011111110100110100001111111101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F1EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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