#3F349E

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

Shades of Blue Gem #3F349E

Tints of Blue Gem #3F349E

Color information

#3F349E (or 0x3F349E) is unknown color: approx Blue Gem. HEX triplet: 3F, 34 and 9E. RGB value is (63,52,158). Sum of RGB (Red+Green+Blue) = 63+52+158=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 158 (62.11% from 255 or 57.88% from 273); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F349E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F349E is #C0CB61. Grayscale: #424242. Windows color (decimal): -12634978 or 10368063. OLE color: 10368063.

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

Color convert

RGB6352158-
CMYK0.600.6700.38
HSL246.23º50.48%41.18%-
HSV(B)246.23º67.09%61.96%-
XYZ9.455.9833-
YUV67.37179.14124.88-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 158 (62.11% from 255) = 57.88%
R=23.08%
G=19.05%
B=57.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63521580.600.6700.38246.2350.4841.18
Hex3F349E3C43026f63229
Octal7764236741030463666251
Binary111111110100100111101111001000011010011011110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F349E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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