Html Css Color HEX #403254 Jagger

📋 copy color: '#403254'

red 64 ◦ green 50 ◦ blue 84

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

Shades of Jagger #403254

Tints of Jagger #403254

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.25%

 BLUE value IS 84 (33.2% from 255) = 42.42%

R = 32.32%
G = 25.25%
B = 42.42%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#403254 (or 0x403254) is known color: Jagger. HEX triplet: 40, 32 and 54. RGB value is (64,50,84). Sum of RGB (Red+Green+Blue) = 64+50+84=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 50 (19.92% from 255 or 25.25% from 198); Blue value is 84 (33.20% from 255 or 42.42% from 198); Max value from RGB is 84 - color contains mainly: blue. Hex color #403254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403254 is #BFCDAB. Grayscale: #393939. Windows color (decimal): -12570028 or 5517888. OLE color: 5517888.

HSL color Cylindrical-coordinate representation of color #403254: hue angle of 264.71º degrees, saturation: 0.25, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #403254 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 64 50 84 -
CMYK 0.24 0.40 0 0.67
HSL 264.71º 0.25% 0.26% -
HSV(B) 264.71º 0.4% 0.33% -
XYZ 4.86 4.01 8.91 -
YUV 58.06 142.64 132.24 -
System Red Green Blue C M Y K H S L
Decimal 64 50 84 0.24 0.40 0 0.67 264.71 0.25 0.26
Hex 40 32 54 18 28 0 43 109 19 1A
Octal 100 62 124 30 50 0 103 411 31 32
Binary 1000000 110010 1010100 11000 101000 0 1000011 100001001 11001 11010

Color Harmonies of #403254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403254

Black with #403254

Text Example


Text Example

White with #403254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403254; }

 p { color: rgb(64,50,84); }

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

background-color css

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

 a { background-color: rgb(64,50,84); }

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

border-color css

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

 span { border-color: rgb(64,50,84); }

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