Html Css Color HEX #42344D Jagger

📋 copy color: '#42344D'

red 66 ◦ green 52 ◦ blue 77

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

Shades of Jagger #42344D

Tints of Jagger #42344D

RGB

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

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

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

R = 33.85%
G = 26.67%
B = 39.49%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42344D (or 0x42344D) is known color: Jagger. HEX triplet: 42, 34 and 4D. RGB value is (66,52,77). Sum of RGB (Red+Green+Blue) = 66+52+77=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 77 (30.47% from 255 or 39.49% from 195); Max value from RGB is 77 - color contains mainly: blue. Hex color #42344D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42344D is #BDCBB2. Grayscale: #3A3A3A. Windows color (decimal): -12438451 or 5059650. OLE color: 5059650.

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

Color convert

RGB 66 52 77 -
CMYK 0.14 0.32 0 0.70
HSL 273.6º 0.19% 0.25% -
HSV(B) 273.6º 0.32% 0.3% -
XYZ 4.81 4.15 7.57 -
YUV 59.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 66 52 77 0.14 0.32 0 0.70 273.6 0.19 0.25
Hex 42 34 4D E 20 0 46 112 13 19
Octal 102 64 115 16 40 0 106 422 23 31
Binary 1000010 110100 1001101 1110 100000 0 1000110 100010010 10011 11001

Color Harmonies of #42344D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42344D

Black with #42344D

Text Example


Text Example

White with #42344D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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