Html Css Color HEX #40344F Jagger

📋 copy color: '#40344F'

red 64 ◦ green 52 ◦ blue 79

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

Shades of Jagger #40344F

Tints of Jagger #40344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.51%

R = 32.82%
G = 26.67%
B = 40.51%

CMYK

 C value IS 0.19

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#40344F (or 0x40344F) is known color: Jagger. HEX triplet: 40, 34 and 4F. RGB value is (64,52,79). Sum of RGB (Red+Green+Blue) = 64+52+79=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 79 (31.25% from 255 or 40.51% from 195); Max value from RGB is 79 - color contains mainly: blue. Hex color #40344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40344F is #BFCBB0. Grayscale: #3A3A3A. Windows color (decimal): -12569521 or 5190720. OLE color: 5190720.

HSL color Cylindrical-coordinate representation of color #40344F: hue angle of 266.67º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #40344F is Cyan = 0.19, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 64 52 79 -
CMYK 0.19 0.34 0 0.69
HSL 266.67º 0.21% 0.26% -
HSV(B) 266.67º 0.34% 0.31% -
XYZ 4.75 4.11 7.94 -
YUV 58.67 139.48 131.8 -
System Red Green Blue C M Y K H S L
Decimal 64 52 79 0.19 0.34 0 0.69 266.67 0.21 0.26
Hex 40 34 4F 13 22 0 45 10B 15 1A
Octal 100 64 117 23 42 0 105 413 25 32
Binary 1000000 110100 1001111 10011 100010 0 1000101 100001011 10101 11010

Color Harmonies of #40344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40344F

Black with #40344F

Text Example


Text Example

White with #40344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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