Html Css Color HEX #403348 Jagger

📋 copy color: '#403348'

red 64 ◦ green 51 ◦ blue 72

#403348
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jagger #403348

Tints of Jagger #403348

RGB

 RED value IS 64 (25.39% from 255) = 34.22%

 GREEN value IS 51 (20.31% from 255) = 27.27%

 BLUE value IS 72 (28.52% from 255) = 38.5%

R = 34.22%
G = 27.27%
B = 38.5%

CMYK

 C value IS 0.11

 M value IS 0.29

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#403348 (or 0x403348) is known color: Jagger. HEX triplet: 40, 33 and 48. RGB value is (64,51,72). Sum of RGB (Red+Green+Blue) = 64+51+72=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 72 (28.52% from 255 or 38.50% from 187); Max value from RGB is 72 - color contains mainly: blue. Hex color #403348 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403348 is #BFCCB7. Grayscale: #393939. Windows color (decimal): -12569784 or 4731712. OLE color: 4731712.

HSL color Cylindrical-coordinate representation of color #403348: hue angle of 277.14º degrees, saturation: 0.17, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #403348 is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 64 51 72 -
CMYK 0.11 0.29 0 0.72
HSL 277.14º 0.17% 0.24% -
HSV(B) 277.14º 0.29% 0.28% -
XYZ 4.47 3.93 6.65 -
YUV 57.28 136.31 132.79 -
System Red Green Blue C M Y K H S L
Decimal 64 51 72 0.11 0.29 0 0.72 277.14 0.17 0.24
Hex 40 33 48 B 1D 0 48 115 11 18
Octal 100 63 110 13 35 0 110 425 21 30
Binary 1000000 110011 1001000 1011 11101 0 1001000 100010101 10001 11000

Color Harmonies of #403348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403348

Black with #403348

Text Example


Text Example

White with #403348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403348; }

 p { color: rgb(64,51,72); }

 H1.HeaderClassName
 {
   color: #403348;
 }
 .AnyTagClassName
 {
   color: #403348;
 }
</style>

background-color css

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

 a { background-color: rgb(64,51,72); }

 div.DivClassName
 {
   background-color: #403348;
 }
 .BgClassName
 {
   background-color: #403348;
 }
</style>

border-color css

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

 span { border-color: rgb(64,51,72); }

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