Html Css Color HEX #42364D Jagger

📋 copy color: '#42364D'

red 66 ◦ green 54 ◦ blue 77

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

Shades of Jagger #42364D

Tints of Jagger #42364D

RGB

 RED value IS 66 (26.17% from 255) = 33.5%

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

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

R = 33.5%
G = 27.41%
B = 39.09%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42364D (or 0x42364D) is known color: Jagger. HEX triplet: 42, 36 and 4D. RGB value is (66,54,77). Sum of RGB (Red+Green+Blue) = 66+54+77=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 77 (30.47% from 255 or 39.09% from 197); Max value from RGB is 77 - color contains mainly: blue. Hex color #42364D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42364D is #BDC9B2. Grayscale: #3C3C3C. Windows color (decimal): -12437939 or 5060162. OLE color: 5060162.

HSL color Cylindrical-coordinate representation of color #42364D: hue angle of 271.3º degrees, saturation: 0.18, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #42364D is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 66 54 77 -
CMYK 0.14 0.30 0 0.70
HSL 271.3º 0.18% 0.26% -
HSV(B) 271.3º 0.3% 0.3% -
XYZ 4.91 4.33 7.6 -
YUV 60.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 66 54 77 0.14 0.30 0 0.70 271.3 0.18 0.26
Hex 42 36 4D E 1E 0 46 10F 12 1A
Octal 102 66 115 16 36 0 106 417 22 32
Binary 1000010 110110 1001101 1110 11110 0 1000110 100001111 10010 11010

Color Harmonies of #42364D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42364D

Black with #42364D

Text Example


Text Example

White with #42364D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,54,77); }

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

background-color css

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

 a { background-color: rgb(66,54,77); }

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

border-color css

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

 span { border-color: rgb(66,54,77); }

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