#3F234E

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

Shades of Jagger #3F234E

Tints of Jagger #3F234E

Color information

#3F234E (or 0x3F234E) is unknown color: approx Jagger. HEX triplet: 3F, 23 and 4E. RGB value is (63,35,78). Sum of RGB (Red+Green+Blue) = 63+35+78=176 (23% of max value = 765). Red value is 63 (25% from 255 or 35.80% from 176); Green value is 35 (14.06% from 255 or 19.89% from 176); Blue value is 78 (30.86% from 255 or 44.32% from 176); Max value from RGB is 78 - color contains mainly: blue. Hex color #3F234E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F234E is #C0DCB1. Grayscale: #303030. Windows color (decimal): -12639410 or 5120831. OLE color: 5120831.

HSL color Cylindrical-coordinate representation of color #3F234E: hue angle of 279.07º degrees, saturation: 0.38, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3F234E is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB633578-
CMYK0.190.5500.69
HSL279.07º38.05%22.16%-
HSV(B)279.07º55.13%30.59%-
XYZ4.032.817.54-
YUV48.27144.78138.5-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 35.80%
GREEN value IS 35 (14.06% from 255) = 19.89%
BLUE value IS 78 (30.86% from 255) = 44.32%
R=35.80%
G=19.89%
B=44.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6335780.190.5500.69279.0738.0522.16
Hex3F234E13370451172616
Octal7743116236701054274626
Binary1111111000111001110100111101110100010110001011110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(63,35,78); }

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

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

 a { background-color: rgb(63,35,78); }

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

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

 span { border-color: rgb(63,35,78); }

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