Html Css Color HEX #385171 Astronaut

📋 copy color: '#385171'

red 56 ◦ green 81 ◦ blue 113

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

Shades of Astronaut #385171

Tints of Astronaut #385171

RGB

 RED value IS 56 (22.27% from 255) = 22.4%

 GREEN value IS 81 (32.03% from 255) = 32.4%

 BLUE value IS 113 (44.53% from 255) = 45.2%

R = 22.4%
G = 32.4%
B = 45.2%

CMYK

 C value IS 0.50

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385171 (or 0x385171) is known color: Astronaut. HEX triplet: 38, 51 and 71. RGB value is (56,81,113). Sum of RGB (Red+Green+Blue) = 56+81+113=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 81 (32.03% from 255 or 32.4% from 250); Blue value is 113 (44.53% from 255 or 45.2% from 250); Max value from RGB is 113 - color contains mainly: blue. Hex color #385171 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385171 is #C7AE8E. Grayscale: #4D4D4D. Windows color (decimal): -13086351 or 7426360. OLE color: 7426360.

HSL color Cylindrical-coordinate representation of color #385171: hue angle of 213.68º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385171 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 81 113 -
CMYK 0.50 0.28 0 0.56
HSL 213.68º 0.34% 0.33% -
HSV(B) 213.68º 0.5% 0.44% -
XYZ 7.55 7.92 16.75 -
YUV 77.17 148.22 112.9 -
System Red Green Blue C M Y K H S L
Decimal 56 81 113 0.50 0.28 0 0.56 213.68 0.34 0.33
Hex 38 51 71 32 1C 0 38 D6 22 21
Octal 70 121 161 62 34 0 70 326 42 41
Binary 111000 1010001 1110001 110010 11100 0 111000 11010110 100010 100001

Color Harmonies of #385171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385171

Black with #385171

Text Example


Text Example

White with #385171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385171; }

 p { color: rgb(56,81,113); }

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

background-color css

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

 a { background-color: rgb(56,81,113); }

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

border-color css

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

 span { border-color: rgb(56,81,113); }

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