Html Css Color HEX #42334B Jagger

📋 copy color: '#42334B'

red 66 ◦ green 51 ◦ blue 75

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

Shades of Jagger #42334B

Tints of Jagger #42334B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 34.38%
G = 26.56%
B = 39.06%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#42334B (or 0x42334B) is known color: Jagger. HEX triplet: 42, 33 and 4B. RGB value is (66,51,75). Sum of RGB (Red+Green+Blue) = 66+51+75=192 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.38% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 75 (29.69% from 255 or 39.06% from 192); Max value from RGB is 75 - color contains mainly: blue. Hex color #42334B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #42334B is #BDCCB4. Grayscale: #3A3A3A. Windows color (decimal): -12438709 or 4928322. OLE color: 4928322.

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

Color convert

RGB 66 51 75 -
CMYK 0.12 0.32 0 0.71
HSL 277.5º 0.19% 0.25% -
HSV(B) 277.5º 0.32% 0.29% -
XYZ 4.7 4.03 7.19 -
YUV 58.22 137.47 133.55 -
System Red Green Blue C M Y K H S L
Decimal 66 51 75 0.12 0.32 0 0.71 277.5 0.19 0.25
Hex 42 33 4B C 20 0 47 116 13 19
Octal 102 63 113 14 40 0 107 426 23 31
Binary 1000010 110011 1001011 1100 100000 0 1000111 100010110 10011 11001

Color Harmonies of #42334B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42334B

Black with #42334B

Text Example


Text Example

White with #42334B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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