#3F20A3

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

Shades of Blue Gem #3F20A3

Tints of Blue Gem #3F20A3

Color information

#3F20A3 (or 0x3F20A3) is unknown color: approx Blue Gem. HEX triplet: 3F, 20 and A3. RGB value is (63,32,163). Sum of RGB (Red+Green+Blue) = 63+32+163=258 (34% of max value = 765). Red value is 63 (25% from 255 or 24.42% from 258); Green value is 32 (12.89% from 255 or 12.40% from 258); Blue value is 163 (64.06% from 255 or 63.18% from 258); Max value from RGB is 163 - color contains mainly: blue. Hex color #3F20A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F20A3 is #C0DF5C. Grayscale: #373737. Windows color (decimal): -12640093 or 10690623. OLE color: 10690623.

HSL color Cylindrical-coordinate representation of color #3F20A3: hue angle of 254.2º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3F20A3 is Cyan = 0.61, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB6332163-
CMYK0.610.8000.36
HSL254.2º67.18%38.24%-
HSV(B)254.2º80.37%63.92%-
XYZ9.184.7335.08-
YUV56.2188.27132.85-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.42%
GREEN value IS 32 (12.89% from 255) = 12.40%
BLUE value IS 163 (64.06% from 255) = 63.18%
R=24.42%
G=12.40%
B=63.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal63321630.610.8000.36254.267.1838.24
Hex3F20A33D50024fe4326
Octal77402437512004437610346
Binary1111111000001010001111110110100000100100111111101000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F20A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,32,163); }

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

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

 a { background-color: rgb(63,32,163); }

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

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

 span { border-color: rgb(63,32,163); }

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