#3F24A5

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

Shades of Blue Gem #3F24A5

Tints of Blue Gem #3F24A5

Color information

#3F24A5 (or 0x3F24A5) is unknown color: approx Blue Gem. HEX triplet: 3F, 24 and A5. RGB value is (63,36,165). Sum of RGB (Red+Green+Blue) = 63+36+165=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 165 (64.84% from 255 or 62.5% from 264); Max value from RGB is 165 - color contains mainly: blue. Hex color #3F24A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F24A5 is #C0DB5A. Grayscale: #3A3A3A. Windows color (decimal): -12639067 or 10822719. OLE color: 10822719.

HSL color Cylindrical-coordinate representation of color #3F24A5: hue angle of 252.56º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3F24A5 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB6336165-
CMYK0.620.7800.35
HSL252.56º64.18%39.41%-
HSV(B)252.56º78.18%64.71%-
XYZ9.475.0436.07-
YUV58.78187.95131.01-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.86%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 165 (64.84% from 255) = 62.5%
R=23.86%
G=13.64%
B=62.5%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal63361650.620.7800.35252.5664.1839.41
Hex3F24A53E4E023fd4027
Octal77442457611604337510047
Binary1111111001001010010111111010011100100011111111011000000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F24A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,36,165); }

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

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

 a { background-color: rgb(63,36,165); }

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

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

 span { border-color: rgb(63,36,165); }

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