#3F249E

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

Shades of Blue Gem #3F249E

Tints of Blue Gem #3F249E

Color information

#3F249E (or 0x3F249E) is unknown color: approx Blue Gem. HEX triplet: 3F, 24 and 9E. RGB value is (63,36,158). Sum of RGB (Red+Green+Blue) = 63+36+158=257 (34% of max value = 765). Red value is 63 (25% from 255 or 24.51% from 257); Green value is 36 (14.45% from 255 or 14.01% from 257); Blue value is 158 (62.11% from 255 or 61.48% from 257); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F249E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F249E is #C0DB61. Grayscale: #393939. Windows color (decimal): -12639074 or 10363967. OLE color: 10363967.

HSL color Cylindrical-coordinate representation of color #3F249E: hue angle of 253.28º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3F249E is Cyan = 0.60, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB6336158-
CMYK0.600.7700.38
HSL253.28º62.89%38.04%-
HSV(B)253.28º77.22%61.96%-
XYZ8.854.7932.81-
YUV57.98184.45131.58-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.51%
GREEN value IS 36 (14.45% from 255) = 14.01%
BLUE value IS 158 (62.11% from 255) = 61.48%
R=24.51%
G=14.01%
B=61.48%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63361580.600.7700.38253.2862.8938.04
Hex3F249E3C4D026fd3f26
Octal7744236741150463757746
Binary111111100100100111101111001001101010011011111101111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F249E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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