Html Css Color HEX #41344D Jagger

📋 copy color: '#41344D'

red 65 ◦ green 52 ◦ blue 77

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

Shades of Jagger #41344D

Tints of Jagger #41344D

RGB

 RED value IS 65 (25.78% from 255) = 33.51%

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

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

R = 33.51%
G = 26.8%
B = 39.69%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#41344D (or 0x41344D) is known color: Jagger. HEX triplet: 41, 34 and 4D. RGB value is (65,52,77). Sum of RGB (Red+Green+Blue) = 65+52+77=194 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.51% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 77 - color contains mainly: blue. Hex color #41344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41344D is #BECBB2. Grayscale: #3A3A3A. Windows color (decimal): -12503987 or 5059649. OLE color: 5059649.

HSL color Cylindrical-coordinate representation of color #41344D: hue angle of 271.2º 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 #41344D is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 65 52 77 -
CMYK 0.16 0.32 0 0.70
HSL 271.2º 0.19% 0.25% -
HSV(B) 271.2º 0.32% 0.3% -
XYZ 4.75 4.12 7.57 -
YUV 58.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 65 52 77 0.16 0.32 0 0.70 271.2 0.19 0.25
Hex 41 34 4D 10 20 0 46 10F 13 19
Octal 101 64 115 20 40 0 106 417 23 31
Binary 1000001 110100 1001101 10000 100000 0 1000110 100001111 10011 11001

Color Harmonies of #41344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41344D

Black with #41344D

Text Example


Text Example

White with #41344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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