#3F24A6

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

Shades of Blue Gem #3F24A6

Tints of Blue Gem #3F24A6

Color information

#3F24A6 (or 0x3F24A6) is unknown color: approx Blue Gem. HEX triplet: 3F, 24 and A6. RGB value is (63,36,166). Sum of RGB (Red+Green+Blue) = 63+36+166=265 (35% of max value = 765). Red value is 63 (25% from 255 or 23.77% from 265); Green value is 36 (14.45% from 255 or 13.58% from 265); Blue value is 166 (65.23% from 255 or 62.64% from 265); Max value from RGB is 166 - color contains mainly: blue. Hex color #3F24A6 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F24A6 is #C0DB59. Grayscale: #3A3A3A. Windows color (decimal): -12639066 or 10888255. OLE color: 10888255.

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

Color convert

RGB6336166-
CMYK0.620.7800.35
HSL252.46º64.36%39.61%-
HSV(B)252.46º78.31%65.1%-
XYZ9.565.0736.55-
YUV58.89188.45130.93-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.77%
GREEN value IS 36 (14.45% from 255) = 13.58%
BLUE value IS 166 (65.23% from 255) = 62.64%
R=23.77%
G=13.58%
B=62.64%

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
Decimal63361660.620.7800.35252.4664.3639.61
Hex3F24A63E4E023fc4028
Octal77442467611604337410050
Binary1111111001001010011011111010011100100011111111001000000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F24A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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