#3F254B

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

Shades of Jagger #3F254B

Tints of Jagger #3F254B

Color information

#3F254B (or 0x3F254B) is unknown color: approx Jagger. HEX triplet: 3F, 25 and 4B. RGB value is (63,37,75). Sum of RGB (Red+Green+Blue) = 63+37+75=175 (23% of max value = 765). Red value is 63 (25% from 255 or 36% from 175); Green value is 37 (14.84% from 255 or 21.14% from 175); Blue value is 75 (29.69% from 255 or 42.86% from 175); Max value from RGB is 75 - color contains mainly: blue. Hex color #3F254B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F254B is #C0DAB4. Grayscale: #303030. Windows color (decimal): -12638901 or 4924735. OLE color: 4924735.

HSL color Cylindrical-coordinate representation of color #3F254B: hue angle of 281.05º degrees, saturation: 0.34, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3F254B is Cyan = 0.16, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB633775-
CMYK0.160.5100.71
HSL281.05º33.93%21.96%-
HSV(B)281.05º50.67%29.41%-
XYZ3.982.897-
YUV49.11142.61137.91-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 36%
GREEN value IS 37 (14.84% from 255) = 21.14%
BLUE value IS 75 (29.69% from 255) = 42.86%
R=36%
G=21.14%
B=42.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6337750.160.5100.71281.0533.9321.96
Hex3F254B10330471192216
Octal7745113206301074314226
Binary1111111001011001011100001100110100011110001100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F254B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,37,75); }

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

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

 a { background-color: rgb(63,37,75); }

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

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

 span { border-color: rgb(63,37,75); }

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