#3F368B

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

Shades of Dark Slate Blue #3F368B

Tints of Dark Slate Blue #3F368B

Color information

#3F368B (or 0x3F368B) is unknown color: approx Dark Slate Blue. HEX triplet: 3F, 36 and 8B. RGB value is (63,54,139). Sum of RGB (Red+Green+Blue) = 63+54+139=256 (33% of max value = 765). Red value is 63 (25% from 255 or 24.61% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 139 (54.69% from 255 or 54.30% from 256); Max value from RGB is 139 - color contains mainly: blue. Hex color #3F368B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F368B is #C0C974. Grayscale: #424242. Windows color (decimal): -12634485 or 9123391. OLE color: 9123391.

HSL color Cylindrical-coordinate representation of color #3F368B: hue angle of 246.35º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3F368B is Cyan = 0.55, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6354139-
CMYK0.550.6100.45
HSL246.35º44.04%37.84%-
HSV(B)246.35º61.15%54.51%-
XYZ8.035.5625.08-
YUV66.38168.98125.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 24.61%
GREEN value IS 54 (21.48% from 255) = 21.09%
BLUE value IS 139 (54.69% from 255) = 54.30%
R=24.61%
G=21.09%
B=54.30%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal63541390.550.6100.45246.3544.0437.84
Hex3F368B373D02Df62c26
Octal776621367750553665446
Binary11111111011010001011110111111101010110111110110101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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