#3F22AF

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

Shades of Blue Gem #3F22AF

Tints of Blue Gem #3F22AF

Color information

#3F22AF (or 0x3F22AF) is unknown color: approx Blue Gem. HEX triplet: 3F, 22 and AF. RGB value is (63,34,175). Sum of RGB (Red+Green+Blue) = 63+34+175=272 (36% of max value = 765). Red value is 63 (25% from 255 or 23.16% from 272); Green value is 34 (13.67% from 255 or 12.5% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F22AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F22AF is #C0DD50. Grayscale: #3A3A3A. Windows color (decimal): -12639569 or 11477567. OLE color: 11477567.

HSL color Cylindrical-coordinate representation of color #3F22AF: hue angle of 252.34º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #3F22AF is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB6334175-
CMYK0.640.8100.31
HSL252.34º67.46%40.98%-
HSV(B)252.34º80.57%68.63%-
XYZ10.365.341.03-
YUV58.74193.61131.04-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.16%
GREEN value IS 34 (13.67% from 255) = 12.5%
BLUE value IS 175 (68.75% from 255) = 64.34%
R=23.16%
G=12.5%
B=64.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63341750.640.8100.31252.3467.4640.98
Hex3F22AF405101Ffc4329
Octal774225710012103737410351
Binary1111111000101010111110000001010001011111111111001000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F22AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,34,175); }

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

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

 a { background-color: rgb(63,34,175); }

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

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

 span { border-color: rgb(63,34,175); }

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