Html Css Color HEX #353748 Payne's Grey

📋 copy color: '#353748'

red 53 ◦ green 55 ◦ blue 72

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

Shades of Payne's Grey #353748

Tints of Payne's Grey #353748

RGB

 RED value IS 53 (21.09% from 255) = 29.44%

 GREEN value IS 55 (21.88% from 255) = 30.56%

 BLUE value IS 72 (28.52% from 255) = 40%

R = 29.44%
G = 30.56%
B = 40%

CMYK

 C value IS 0.26

 M value IS 0.24

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#353748 (or 0x353748) is known color: Payne's Grey. HEX triplet: 35, 37 and 48. RGB value is (53,55,72). Sum of RGB (Red+Green+Blue) = 53+55+72=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 55 (21.88% from 255 or 30.56% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #353748 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353748 is #CAC8B7. Grayscale: #383838. Windows color (decimal): -13289656 or 4732725. OLE color: 4732725.

HSL color Cylindrical-coordinate representation of color #353748: hue angle of 233.68º degrees, saturation: 0.15, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #353748 is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 53 55 72 -
CMYK 0.26 0.24 0 0.72
HSL 233.68º 0.15% 0.25% -
HSV(B) 233.68º 0.26% 0.28% -
XYZ 4 3.96 6.68 -
YUV 56.34 136.84 125.62 -
System Red Green Blue C M Y K H S L
Decimal 53 55 72 0.26 0.24 0 0.72 233.68 0.15 0.25
Hex 35 37 48 1A 18 0 48 EA F 19
Octal 65 67 110 32 30 0 110 352 17 31
Binary 110101 110111 1001000 11010 11000 0 1001000 11101010 1111 11001

Color Harmonies of #353748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353748

Black with #353748

Text Example


Text Example

White with #353748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353748; }

 p { color: rgb(53,55,72); }

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

background-color css

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

 a { background-color: rgb(53,55,72); }

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

border-color css

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

 span { border-color: rgb(53,55,72); }

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