#3F359D

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

Shades of Blue Gem #3F359D

Tints of Blue Gem #3F359D

Color information

#3F359D (or 0x3F359D) is unknown color: approx Blue Gem. HEX triplet: 3F, 35 and 9D. RGB value is (63,53,157). Sum of RGB (Red+Green+Blue) = 63+53+157=273 (36% of max value = 765). Red value is 63 (25% from 255 or 23.08% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F359D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F359D is #C0CA62. Grayscale: #434343. Windows color (decimal): -12634723 or 10302783. OLE color: 10302783.

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

Color convert

RGB6353157-
CMYK0.600.6600.38
HSL245.77º49.52%41.18%-
HSV(B)245.77º66.24%61.57%-
XYZ9.416.0432.57-
YUV67.85178.31124.54-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 23.08%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 157 (61.72% from 255) = 57.51%
R=23.08%
G=19.41%
B=57.51%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal63531570.600.6600.38245.7749.5241.18
Hex3F359D3C42026f63229
Octal7765235741020463666251
Binary111111110101100111011111001000010010011011110110110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F359D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,53,157); }

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

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

 a { background-color: rgb(63,53,157); }

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

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

 span { border-color: rgb(63,53,157); }

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