Html Css Color HEX #43364F Jagger

📋 copy color: '#43364F'

red 67 ◦ green 54 ◦ blue 79

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

Shades of Jagger #43364F

Tints of Jagger #43364F

RGB

 RED value IS 67 (26.56% from 255) = 33.5%

 GREEN value IS 54 (21.48% from 255) = 27%

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

R = 33.5%
G = 27%
B = 39.5%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#43364F (or 0x43364F) is known color: Jagger. HEX triplet: 43, 36 and 4F. RGB value is (67,54,79). Sum of RGB (Red+Green+Blue) = 67+54+79=200 (26% of max value = 765). Red value is 67 (26.56% from 255 or 33.5% from 200); Green value is 54 (21.48% from 255 or 27% from 200); Blue value is 79 (31.25% from 255 or 39.5% from 200); Max value from RGB is 79 - color contains mainly: blue. Hex color #43364F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43364F is #BCC9B0. Grayscale: #3C3C3C. Windows color (decimal): -12372401 or 5191235. OLE color: 5191235.

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

Color convert

RGB 67 54 79 -
CMYK 0.15 0.32 0 0.69
HSL 271.2º 0.19% 0.26% -
HSV(B) 271.2º 0.32% 0.31% -
XYZ 5.05 4.4 7.98 -
YUV 60.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 67 54 79 0.15 0.32 0 0.69 271.2 0.19 0.26
Hex 43 36 4F F 20 0 45 10F 13 1A
Octal 103 66 117 17 40 0 105 417 23 32
Binary 1000011 110110 1001111 1111 100000 0 1000101 100001111 10011 11010

Color Harmonies of #43364F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43364F

Black with #43364F

Text Example


Text Example

White with #43364F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,54,79); }

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

background-color css

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

 a { background-color: rgb(67,54,79); }

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

border-color css

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

 span { border-color: rgb(67,54,79); }

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