Html Css Color HEX #42344B Jagger

📋 copy color: '#42344B'

red 66 ◦ green 52 ◦ blue 75

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

Shades of Jagger #42344B

Tints of Jagger #42344B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 38.86%

R = 34.2%
G = 26.94%
B = 38.86%

CMYK

 C value IS 0.12

 M value IS 0.31

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42344B (or 0x42344B) is known color: Jagger. HEX triplet: 42, 34 and 4B. RGB value is (66,52,75). Sum of RGB (Red+Green+Blue) = 66+52+75=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #42344B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42344B is #BDCBB4. Grayscale: #3A3A3A. Windows color (decimal): -12438453 or 4928578. OLE color: 4928578.

HSL color Cylindrical-coordinate representation of color #42344B: hue angle of 276.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #42344B is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 66 52 75 -
CMYK 0.12 0.31 0 0.71
HSL 276.52º 0.18% 0.25% -
HSV(B) 276.52º 0.31% 0.29% -
XYZ 4.74 4.12 7.2 -
YUV 58.81 137.14 133.13 -
System Red Green Blue C M Y K H S L
Decimal 66 52 75 0.12 0.31 0 0.71 276.52 0.18 0.25
Hex 42 34 4B C 1F 0 47 115 12 19
Octal 102 64 113 14 37 0 107 425 22 31
Binary 1000010 110100 1001011 1100 11111 0 1000111 100010101 10010 11001

Color Harmonies of #42344B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42344B

Black with #42344B

Text Example


Text Example

White with #42344B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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