Html Css Color HEX #42354C Jagger

📋 copy color: '#42354C'

red 66 ◦ green 53 ◦ blue 76

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

Shades of Jagger #42354C

Tints of Jagger #42354C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 38.97%

R = 33.85%
G = 27.18%
B = 38.97%

CMYK

 C value IS 0.13

 M value IS 0.30

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#42354C (or 0x42354C) is known color: Jagger. HEX triplet: 42, 35 and 4C. RGB value is (66,53,76). Sum of RGB (Red+Green+Blue) = 66+53+76=195 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.85% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 76 (30.08% from 255 or 38.97% from 195); Max value from RGB is 76 - color contains mainly: blue. Hex color #42354C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42354C is #BDCAB3. Grayscale: #3B3B3B. Windows color (decimal): -12438196 or 4994370. OLE color: 4994370.

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

Color convert

RGB 66 53 76 -
CMYK 0.13 0.30 0 0.70
HSL 273.91º 0.18% 0.25% -
HSV(B) 273.91º 0.3% 0.3% -
XYZ 4.82 4.23 7.4 -
YUV 59.51 137.31 132.63 -
System Red Green Blue C M Y K H S L
Decimal 66 53 76 0.13 0.30 0 0.70 273.91 0.18 0.25
Hex 42 35 4C D 1E 0 46 112 12 19
Octal 102 65 114 15 36 0 106 422 22 31
Binary 1000010 110101 1001100 1101 11110 0 1000110 100010010 10010 11001

Color Harmonies of #42354C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42354C

Black with #42354C

Text Example


Text Example

White with #42354C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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