Html Css Color HEX #36384B Payne's Grey

📋 copy color: '#36384B'

red 54 ◦ green 56 ◦ blue 75

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

Shades of Payne's Grey #36384B

Tints of Payne's Grey #36384B

RGB

 RED value IS 54 (21.48% from 255) = 29.19%

 GREEN value IS 56 (22.27% from 255) = 30.27%

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

R = 29.19%
G = 30.27%
B = 40.54%

CMYK

 C value IS 0.28

 M value IS 0.25

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#36384B (or 0x36384B) is known color: Payne's Grey. HEX triplet: 36, 38 and 4B. RGB value is (54,56,75). Sum of RGB (Red+Green+Blue) = 54+56+75=185 (24% of max value = 765). Red value is 54 (21.48% from 255 or 29.19% from 185); Green value is 56 (22.27% from 255 or 30.27% from 185); Blue value is 75 (29.69% from 255 or 40.54% from 185); Max value from RGB is 75 - color contains mainly: blue. Hex color #36384B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36384B is #C9C7B4. Grayscale: #393939. Windows color (decimal): -13223861 or 4929590. OLE color: 4929590.

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

Color convert

RGB 54 56 75 -
CMYK 0.28 0.25 0 0.71
HSL 234.29º 0.16% 0.25% -
HSV(B) 234.29º 0.28% 0.29% -
XYZ 4.21 4.12 7.23 -
YUV 57.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 54 56 75 0.28 0.25 0 0.71 234.29 0.16 0.25
Hex 36 38 4B 1C 19 0 47 EA 10 19
Octal 66 70 113 34 31 0 107 352 20 31
Binary 110110 111000 1001011 11100 11001 0 1000111 11101010 10000 11001

Color Harmonies of #36384B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36384B

Black with #36384B

Text Example


Text Example

White with #36384B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(54,56,75); }

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

background-color css

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

 a { background-color: rgb(54,56,75); }

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

border-color css

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

 span { border-color: rgb(54,56,75); }

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