Html Css Color HEX #42344E Jagger

📋 copy color: '#42344E'

red 66 ◦ green 52 ◦ blue 78

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

Shades of Jagger #42344E

Tints of Jagger #42344E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 39.8%

R = 33.67%
G = 26.53%
B = 39.8%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42344E (or 0x42344E) is known color: Jagger. HEX triplet: 42, 34 and 4E. RGB value is (66,52,78). Sum of RGB (Red+Green+Blue) = 66+52+78=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 52 (20.70% from 255 or 26.53% from 196); Blue value is 78 (30.86% from 255 or 39.80% from 196); Max value from RGB is 78 - color contains mainly: blue. Hex color #42344E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42344E is #BDCBB1. Grayscale: #3B3B3B. Windows color (decimal): -12438450 or 5125186. OLE color: 5125186.

HSL color Cylindrical-coordinate representation of color #42344E: hue angle of 272.31º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #42344E is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 52 78 -
CMYK 0.15 0.33 0 0.69
HSL 272.31º 0.2% 0.25% -
HSV(B) 272.31º 0.33% 0.31% -
XYZ 4.85 4.16 7.76 -
YUV 59.15 138.64 132.89 -
System Red Green Blue C M Y K H S L
Decimal 66 52 78 0.15 0.33 0 0.69 272.31 0.2 0.25
Hex 42 34 4E F 21 0 45 110 14 19
Octal 102 64 116 17 41 0 105 420 24 31
Binary 1000010 110100 1001110 1111 100001 0 1000101 100010000 10100 11001

Color Harmonies of #42344E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42344E

Black with #42344E

Text Example


Text Example

White with #42344E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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