Html Css Color HEX #42344F Jagger

📋 copy color: '#42344F'

red 66 ◦ green 52 ◦ blue 79

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

Shades of Jagger #42344F

Tints of Jagger #42344F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 40.1%

R = 33.5%
G = 26.4%
B = 40.1%

CMYK

 C value IS 0.16

 M value IS 0.34

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42344F (or 0x42344F) is known color: Jagger. HEX triplet: 42, 34 and 4F. RGB value is (66,52,79). Sum of RGB (Red+Green+Blue) = 66+52+79=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 79 (31.25% from 255 or 40.10% from 197); Max value from RGB is 79 - color contains mainly: blue. Hex color #42344F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42344F is #BDCBB0. Grayscale: #3B3B3B. Windows color (decimal): -12438449 or 5190722. OLE color: 5190722.

HSL color Cylindrical-coordinate representation of color #42344F: hue angle of 271.11º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #42344F is Cyan = 0.16, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 66 52 79 -
CMYK 0.16 0.34 0 0.69
HSL 271.11º 0.21% 0.26% -
HSV(B) 271.11º 0.34% 0.31% -
XYZ 4.89 4.18 7.95 -
YUV 59.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 66 52 79 0.16 0.34 0 0.69 271.11 0.21 0.26
Hex 42 34 4F 10 22 0 45 10F 15 1A
Octal 102 64 117 20 42 0 105 417 25 32
Binary 1000010 110100 1001111 10000 100010 0 1000101 100001111 10101 11010

Color Harmonies of #42344F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42344F

Black with #42344F

Text Example


Text Example

White with #42344F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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