Html Css Color HEX #414354 Payne's Grey

📋 copy color: '#414354'

red 65 ◦ green 67 ◦ blue 84

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

Shades of Payne's Grey #414354

Tints of Payne's Grey #414354

RGB

 RED value IS 65 (25.78% from 255) = 30.09%

 GREEN value IS 67 (26.56% from 255) = 31.02%

 BLUE value IS 84 (33.2% from 255) = 38.89%

R = 30.09%
G = 31.02%
B = 38.89%

CMYK

 C value IS 0.23

 M value IS 0.20

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#414354 (or 0x414354) is known color: Payne's Grey. HEX triplet: 41, 43 and 54. RGB value is (65,67,84). Sum of RGB (Red+Green+Blue) = 65+67+84=216 (28% of max value = 765). Red value is 65 (25.78% from 255 or 30.09% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #414354 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414354 is #BEBCAB. Grayscale: #444444. Windows color (decimal): -12500140 or 5522241. OLE color: 5522241.

HSL color Cylindrical-coordinate representation of color #414354: hue angle of 233.68º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #414354 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 67 84 -
CMYK 0.23 0.20 0 0.67
HSL 233.68º 0.13% 0.29% -
HSV(B) 233.68º 0.23% 0.33% -
XYZ 5.79 5.78 9.2 -
YUV 68.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 65 67 84 0.23 0.20 0 0.67 233.68 0.13 0.29
Hex 41 43 54 17 14 0 43 EA D 1D
Octal 101 103 124 27 24 0 103 352 15 35
Binary 1000001 1000011 1010100 10111 10100 0 1000011 11101010 1101 11101

Color Harmonies of #414354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414354

Black with #414354

Text Example


Text Example

White with #414354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414354; }

 p { color: rgb(65,67,84); }

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

background-color css

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

 a { background-color: rgb(65,67,84); }

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

border-color css

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

 span { border-color: rgb(65,67,84); }

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