Html Css Color HEX #42354D Jagger

📋 copy color: '#42354D'

red 66 ◦ green 53 ◦ blue 77

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

Shades of Jagger #42354D

Tints of Jagger #42354D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.04%

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

R = 33.67%
G = 27.04%
B = 39.29%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42354D (or 0x42354D) is known color: Jagger. HEX triplet: 42, 35 and 4D. RGB value is (66,53,77). Sum of RGB (Red+Green+Blue) = 66+53+77=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 77 (30.47% from 255 or 39.29% from 196); Max value from RGB is 77 - color contains mainly: blue. Hex color #42354D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42354D is #BDCAB2. Grayscale: #3B3B3B. Windows color (decimal): -12438195 or 5059906. OLE color: 5059906.

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

Color convert

RGB 66 53 77 -
CMYK 0.14 0.31 0 0.70
HSL 272.5º 0.18% 0.25% -
HSV(B) 272.5º 0.31% 0.3% -
XYZ 4.86 4.24 7.58 -
YUV 59.62 137.81 132.55 -
System Red Green Blue C M Y K H S L
Decimal 66 53 77 0.14 0.31 0 0.70 272.5 0.18 0.25
Hex 42 35 4D E 1F 0 46 110 12 19
Octal 102 65 115 16 37 0 106 420 22 31
Binary 1000010 110101 1001101 1110 11111 0 1000110 100010000 10010 11001

Color Harmonies of #42354D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42354D

Black with #42354D

Text Example


Text Example

White with #42354D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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