#3F36AF

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

Shades of Blue Gem #3F36AF

Tints of Blue Gem #3F36AF

Color information

#3F36AF (or 0x3F36AF) is unknown color: approx Blue Gem. HEX triplet: 3F, 36 and AF. RGB value is (63,54,175). Sum of RGB (Red+Green+Blue) = 63+54+175=292 (38% of max value = 765). Red value is 63 (25% from 255 or 21.58% from 292); Green value is 54 (21.48% from 255 or 18.49% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #3F36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F36AF is #C0C950. Grayscale: #464646. Windows color (decimal): -12634449 or 11482687. OLE color: 11482687.

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

Color convert

RGB6354175-
CMYK0.640.6900.31
HSL244.46º52.84%44.9%-
HSV(B)244.46º69.14%68.63%-
XYZ11.116.7941.28-
YUV70.48186.98122.66-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 21.58%
GREEN value IS 54 (21.48% from 255) = 18.49%
BLUE value IS 175 (68.75% from 255) = 59.93%
R=21.58%
G=18.49%
B=59.93%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal63541750.640.6900.31244.4652.8444.9
Hex3F36AF404501Ff4352d
Octal77662571001050373646555
Binary111111110110101011111000000100010101111111110100110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F36AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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