Html Css Color HEX #3A384F Payne's Grey

📋 copy color: '#3A384F'

red 58 ◦ green 56 ◦ blue 79

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

Shades of Payne's Grey #3A384F

Tints of Payne's Grey #3A384F

RGB

 RED value IS 58 (23.05% from 255) = 30.05%

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

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

R = 30.05%
G = 29.02%
B = 40.93%

CMYK

 C value IS 0.27

 M value IS 0.29

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#3A384F (or 0x3A384F) is known color: Payne's Grey. HEX triplet: 3A, 38 and 4F. RGB value is (58,56,79). Sum of RGB (Red+Green+Blue) = 58+56+79=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 56 (22.27% from 255 or 29.02% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 79 - color contains mainly: blue. Hex color #3A384F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3A384F is #C5C7B0. Grayscale: #3B3B3B. Windows color (decimal): -12961713 or 5191738. OLE color: 5191738.

HSL color Cylindrical-coordinate representation of color #3A384F: hue angle of 245.22º degrees, saturation: 0.17, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A384F is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 58 56 79 -
CMYK 0.27 0.29 0 0.69
HSL 245.22º 0.17% 0.26% -
HSV(B) 245.22º 0.29% 0.31% -
XYZ 4.57 4.29 7.98 -
YUV 59.22 139.16 127.13 -
System Red Green Blue C M Y K H S L
Decimal 58 56 79 0.27 0.29 0 0.69 245.22 0.17 0.26
Hex 3A 38 4F 1B 1D 0 45 F5 11 1A
Octal 72 70 117 33 35 0 105 365 21 32
Binary 111010 111000 1001111 11011 11101 0 1000101 11110101 10001 11010

Color Harmonies of #3A384F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A384F

Black with #3A384F

Text Example


Text Example

White with #3A384F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A384F; }

 p { color: rgb(58,56,79); }

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

background-color css

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

 a { background-color: rgb(58,56,79); }

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

border-color css

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

 span { border-color: rgb(58,56,79); }

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