Html Css Color HEX #41344F Jagger

📋 copy color: '#41344F'

red 65 ◦ green 52 ◦ blue 79

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

Shades of Jagger #41344F

Tints of Jagger #41344F

RGB

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

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

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

R = 33.16%
G = 26.53%
B = 40.31%

CMYK

 C value IS 0.18

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#41344F (or 0x41344F) is known color: Jagger. HEX triplet: 41, 34 and 4F. RGB value is (65,52,79). Sum of RGB (Red+Green+Blue) = 65+52+79=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #41344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41344F is #BECBB0. Grayscale: #3A3A3A. Windows color (decimal): -12503985 or 5190721. OLE color: 5190721.

HSL color Cylindrical-coordinate representation of color #41344F: hue angle of 268.89º 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 #41344F is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 52 79 -
CMYK 0.18 0.34 0 0.69
HSL 268.89º 0.21% 0.26% -
HSV(B) 268.89º 0.34% 0.31% -
XYZ 4.82 4.14 7.94 -
YUV 58.97 139.31 132.3 -
System Red Green Blue C M Y K H S L
Decimal 65 52 79 0.18 0.34 0 0.69 268.89 0.21 0.26
Hex 41 34 4F 12 22 0 45 10D 15 1A
Octal 101 64 117 22 42 0 105 415 25 32
Binary 1000001 110100 1001111 10010 100010 0 1000101 100001101 10101 11010

Color Harmonies of #41344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41344F

Black with #41344F

Text Example


Text Example

White with #41344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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