Html Css Color HEX #40344D Jagger

📋 copy color: '#40344D'

red 64 ◦ green 52 ◦ blue 77

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

Shades of Jagger #40344D

Tints of Jagger #40344D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 77 (30.47% from 255) = 39.9%

R = 33.16%
G = 26.94%
B = 39.9%

CMYK

 C value IS 0.17

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#40344D (or 0x40344D) is known color: Jagger. HEX triplet: 40, 34 and 4D. RGB value is (64,52,77). Sum of RGB (Red+Green+Blue) = 64+52+77=193 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.16% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 77 (30.47% from 255 or 39.90% from 193); Max value from RGB is 77 - color contains mainly: blue. Hex color #40344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40344D is #BFCBB2. Grayscale: #3A3A3A. Windows color (decimal): -12569523 or 5059648. OLE color: 5059648.

HSL color Cylindrical-coordinate representation of color #40344D: hue angle of 268.8º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #40344D is Cyan = 0.17, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 64 52 77 -
CMYK 0.17 0.32 0 0.70
HSL 268.8º 0.19% 0.25% -
HSV(B) 268.8º 0.32% 0.3% -
XYZ 4.68 4.08 7.56 -
YUV 58.44 138.48 131.97 -
System Red Green Blue C M Y K H S L
Decimal 64 52 77 0.17 0.32 0 0.70 268.8 0.19 0.25
Hex 40 34 4D 11 20 0 46 10D 13 19
Octal 100 64 115 21 40 0 106 415 23 31
Binary 1000000 110100 1001101 10001 100000 0 1000110 100001101 10011 11001

Color Harmonies of #40344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40344D

Black with #40344D

Text Example


Text Example

White with #40344D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40344D; }

 p { color: rgb(64,52,77); }

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

background-color css

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

 a { background-color: rgb(64,52,77); }

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

border-color css

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

 span { border-color: rgb(64,52,77); }

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