#3C234B

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

Shades of Jagger #3C234B

Tints of Jagger #3C234B

Color information

#3C234B (or 0x3C234B) is unknown color: approx Jagger. HEX triplet: 3C, 23 and 4B. RGB value is (60,35,75). Sum of RGB (Red+Green+Blue) = 60+35+75=170 (22% of max value = 765). Red value is 60 (23.83% from 255 or 35.29% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 75 (29.69% from 255 or 44.12% from 170); Max value from RGB is 75 - color contains mainly: blue. Hex color #3C234B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C234B is #C3DCB4. Grayscale: #2E2E2E. Windows color (decimal): -12836021 or 4924220. OLE color: 4924220.

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

Color convert

RGB603575-
CMYK0.200.5300.71
HSL277.5º36.36%21.57%-
HSV(B)277.5º53.33%29.41%-
XYZ3.732.676.98-
YUV47.04143.78137.25-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 35.29%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 75 (29.69% from 255) = 44.12%
R=35.29%
G=20.59%
B=44.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal6035750.200.5300.71277.536.3621.57
Hex3C234B14350471162416
Octal7443113246501074264426
Binary1111001000111001011101001101010100011110001011010010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C234B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,35,75); }

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

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

 a { background-color: rgb(60,35,75); }

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

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

 span { border-color: rgb(60,35,75); }

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