#3B244D

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

Shades of Jagger #3B244D

Tints of Jagger #3B244D

Color information

#3B244D (or 0x3B244D) is unknown color: approx Jagger. HEX triplet: 3B, 24 and 4D. RGB value is (59,36,77). Sum of RGB (Red+Green+Blue) = 59+36+77=172 (22% of max value = 765). Red value is 59 (23.44% from 255 or 34.30% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 77 (30.47% from 255 or 44.77% from 172); Max value from RGB is 77 - color contains mainly: blue. Hex color #3B244D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3B244D is #C4DBB2. Grayscale: #2F2F2F. Windows color (decimal): -12901299 or 5055547. OLE color: 5055547.

HSL color Cylindrical-coordinate representation of color #3B244D: hue angle of 273.66º degrees, saturation: 0.36, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #3B244D is Cyan = 0.23, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB593677-
CMYK0.230.5300.70
HSL273.66º36.28%22.16%-
HSV(B)273.66º53.25%30.2%-
XYZ3.772.737.35-
YUV47.55144.62136.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 34.30%
GREEN value IS 36 (14.45% from 255) = 20.93%
BLUE value IS 77 (30.47% from 255) = 44.77%
R=34.30%
G=20.93%
B=44.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal5936770.230.5300.70273.6636.2822.16
Hex3B244D17350461122416
Octal7344115276501064224426
Binary1110111001001001101101111101010100011010001001010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B244D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,36,77); }

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

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

 a { background-color: rgb(59,36,77); }

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

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

 span { border-color: rgb(59,36,77); }

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