#3F369F

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

Shades of Blue Gem #3F369F

Tints of Blue Gem #3F369F

Color information

#3F369F (or 0x3F369F) is unknown color: approx Blue Gem. HEX triplet: 3F, 36 and 9F. RGB value is (63,54,159). Sum of RGB (Red+Green+Blue) = 63+54+159=276 (36% of max value = 765). Red value is 63 (25% from 255 or 22.83% from 276); Green value is 54 (21.48% from 255 or 19.57% from 276); Blue value is 159 (62.5% from 255 or 57.61% from 276); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F369F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F369F is #C0C960. Grayscale: #444444. Windows color (decimal): -12634465 or 10434111. OLE color: 10434111.

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

Color convert

RGB6354159-
CMYK0.600.6600.38
HSL245.14º49.3%41.76%-
HSV(B)245.14º66.04%62.35%-
XYZ9.636.233.49-
YUV68.66178.98123.96-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 22.83%
GREEN value IS 54 (21.48% from 255) = 19.57%
BLUE value IS 159 (62.5% from 255) = 57.61%
R=22.83%
G=19.57%
B=57.61%

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
Decimal63541590.600.6600.38245.1449.341.76
Hex3F369F3C42026f5312a
Octal7766237741020463656152
Binary111111110110100111111111001000010010011011110101110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F369F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,54,159); }

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

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

 a { background-color: rgb(63,54,159); }

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

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

 span { border-color: rgb(63,54,159); }

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