#3F309E

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

Shades of Blue Gem #3F309E

Tints of Blue Gem #3F309E

Color information

#3F309E (or 0x3F309E) is unknown color: approx Blue Gem. HEX triplet: 3F, 30 and 9E. RGB value is (63,48,158). Sum of RGB (Red+Green+Blue) = 63+48+158=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 48 (19.14% from 255 or 17.84% from 269); Blue value is 158 (62.11% from 255 or 58.74% from 269); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F309E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F309E is #C0CF61. Grayscale: #404040. Windows color (decimal): -12636002 or 10367039. OLE color: 10367039.

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

Color convert

RGB6348158-
CMYK0.600.7000.38
HSL248.18º53.4%40.39%-
HSV(B)248.18º69.62%61.96%-
XYZ9.285.6432.95-
YUV65.03180.47126.56-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.42%
GREEN value IS 48 (19.14% from 255) = 17.84%
BLUE value IS 158 (62.11% from 255) = 58.74%
R=23.42%
G=17.84%
B=58.74%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63481580.600.7000.38248.1853.440.39
Hex3F309E3C46026f83528
Octal7760236741060463706550
Binary111111110000100111101111001000110010011011111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F309E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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