Html Css Color HEX #40354C Jagger

📋 copy color: '#40354C'

red 64 ◦ green 53 ◦ blue 76

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

Shades of Jagger #40354C

Tints of Jagger #40354C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.46%

 BLUE value IS 76 (30.08% from 255) = 39.38%

R = 33.16%
G = 27.46%
B = 39.38%

CMYK

 C value IS 0.16

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40354C (or 0x40354C) is known color: Jagger. HEX triplet: 40, 35 and 4C. RGB value is (64,53,76). Sum of RGB (Red+Green+Blue) = 64+53+76=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 53 (21.09% from 255 or 27.46% from 193); Blue value is 76 (30.08% from 255 or 39.38% from 193); Max value from RGB is 76 - color contains mainly: blue. Hex color #40354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40354C is #BFCAB3. Grayscale: #3A3A3A. Windows color (decimal): -12569268 or 4994368. OLE color: 4994368.

HSL color Cylindrical-coordinate representation of color #40354C: hue angle of 268.7º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40354C is Cyan = 0.16, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 53 76 -
CMYK 0.16 0.30 0 0.70
HSL 268.7º 0.18% 0.25% -
HSV(B) 268.7º 0.3% 0.3% -
XYZ 4.69 4.16 7.39 -
YUV 58.91 137.64 131.63 -
System Red Green Blue C M Y K H S L
Decimal 64 53 76 0.16 0.30 0 0.70 268.7 0.18 0.25
Hex 40 35 4C 10 1E 0 46 10D 12 19
Octal 100 65 114 20 36 0 106 415 22 31
Binary 1000000 110101 1001100 10000 11110 0 1000110 100001101 10010 11001

Color Harmonies of #40354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40354C

Black with #40354C

Text Example


Text Example

White with #40354C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40354C; }

 p { color: rgb(64,53,76); }

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

background-color css

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

 a { background-color: rgb(64,53,76); }

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

border-color css

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

 span { border-color: rgb(64,53,76); }

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