Html Css Color HEX #42334F Jagger

📋 copy color: '#42334F'

red 66 ◦ green 51 ◦ blue 79

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

Shades of Jagger #42334F

Tints of Jagger #42334F

RGB

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

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

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

R = 33.67%
G = 26.02%
B = 40.31%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#42334F (or 0x42334F) is known color: Jagger. HEX triplet: 42, 33 and 4F. RGB value is (66,51,79). Sum of RGB (Red+Green+Blue) = 66+51+79=196 (25% of max value = 765). Red value is 66 (26.17% from 255 or 33.67% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 79 (31.25% from 255 or 40.31% from 196); Max value from RGB is 79 - color contains mainly: blue. Hex color #42334F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42334F is #BDCCB0. Grayscale: #3A3A3A. Windows color (decimal): -12438705 or 5190466. OLE color: 5190466.

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

Color convert

RGB 66 51 79 -
CMYK 0.16 0.35 0 0.69
HSL 272.14º 0.22% 0.25% -
HSV(B) 272.14º 0.35% 0.31% -
XYZ 4.84 4.09 7.93 -
YUV 58.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 66 51 79 0.16 0.35 0 0.69 272.14 0.22 0.25
Hex 42 33 4F 10 23 0 45 110 16 19
Octal 102 63 117 20 43 0 105 420 26 31
Binary 1000010 110011 1001111 10000 100011 0 1000101 100010000 10110 11001

Color Harmonies of #42334F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42334F

Black with #42334F

Text Example


Text Example

White with #42334F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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