Html Css Color HEX #40344A Jagger

📋 copy color: '#40344A'

red 64 ◦ green 52 ◦ blue 74

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

Shades of Jagger #40344A

Tints of Jagger #40344A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 38.95%

R = 33.68%
G = 27.37%
B = 38.95%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#40344A (or 0x40344A) is known color: Jagger. HEX triplet: 40, 34 and 4A. RGB value is (64,52,74). Sum of RGB (Red+Green+Blue) = 64+52+74=190 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.68% from 190); Green value is 52 (20.70% from 255 or 27.37% from 190); Blue value is 74 (29.30% from 255 or 38.95% from 190); Max value from RGB is 74 - color contains mainly: blue. Hex color #40344A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #40344A is #BFCBB5. Grayscale: #3A3A3A. Windows color (decimal): -12569526 or 4863040. OLE color: 4863040.

HSL color Cylindrical-coordinate representation of color #40344A: hue angle of 272.73º degrees, saturation: 0.17, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #40344A is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 64 52 74 -
CMYK 0.14 0.30 0 0.71
HSL 272.73º 0.17% 0.25% -
HSV(B) 272.73º 0.3% 0.29% -
XYZ 4.58 4.04 7.02 -
YUV 58.1 136.98 132.21 -
System Red Green Blue C M Y K H S L
Decimal 64 52 74 0.14 0.30 0 0.71 272.73 0.17 0.25
Hex 40 34 4A E 1E 0 47 111 11 19
Octal 100 64 112 16 36 0 107 421 21 31
Binary 1000000 110100 1001010 1110 11110 0 1000111 100010001 10001 11001

Color Harmonies of #40344A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40344A

Black with #40344A

Text Example


Text Example

White with #40344A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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