#3F239E

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

Shades of Blue Gem #3F239E

Tints of Blue Gem #3F239E

Color information

#3F239E (or 0x3F239E) is unknown color: approx Blue Gem. HEX triplet: 3F, 23 and 9E. RGB value is (63,35,158). Sum of RGB (Red+Green+Blue) = 63+35+158=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 35 (14.06% from 255 or 13.67% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F239E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F239E is #C0DC61. Grayscale: #383838. Windows color (decimal): -12639330 or 10363711. OLE color: 10363711.

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

Color convert

RGB6335158-
CMYK0.600.7800.38
HSL253.66º63.73%37.84%-
HSV(B)253.66º77.85%61.96%-
XYZ8.824.7332.8-
YUV57.39184.78132-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 35 (14.06% from 255) = 13.67%
BLUE value IS 158 (62.11% from 255) = 61.72%
R=24.61%
G=13.67%
B=61.72%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63351580.600.7800.38253.6663.7337.84
Hex3F239E3C4E026fe4026
Octal77432367411604637610046
Binary1111111000111001111011110010011100100110111111101000000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F239E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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