Html Css Color HEX #385170 Astronaut

📋 copy color: '#385170'

red 56 ◦ green 81 ◦ blue 112

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

Shades of Astronaut #385170

Tints of Astronaut #385170

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 44.98%

R = 22.49%
G = 32.53%
B = 44.98%

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

#385170 (or 0x385170) is known color: Astronaut. HEX triplet: 38, 51 and 70. RGB value is (56,81,112). Sum of RGB (Red+Green+Blue) = 56+81+112=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 81 (32.03% from 255 or 32.53% from 249); Blue value is 112 (44.14% from 255 or 44.98% from 249); Max value from RGB is 112 - color contains mainly: blue. Hex color #385170 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385170 is #C7AE8F. Grayscale: #4C4C4C. Windows color (decimal): -13086352 or 7360824. OLE color: 7360824.

HSL color Cylindrical-coordinate representation of color #385170: hue angle of 213.21º degrees, saturation: 0.33, 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 #385170 is Cyan = 0.50, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 81 112 -
CMYK 0.50 0.28 0 0.56
HSL 213.21º 0.33% 0.33% -
HSV(B) 213.21º 0.5% 0.44% -
XYZ 7.5 7.9 16.46 -
YUV 77.06 147.72 112.98 -
System Red Green Blue C M Y K H S L
Decimal 56 81 112 0.50 0.28 0 0.56 213.21 0.33 0.33
Hex 38 51 70 32 1C 0 38 D5 21 21
Octal 70 121 160 62 34 0 70 325 41 41
Binary 111000 1010001 1110000 110010 11100 0 111000 11010101 100001 100001

Color Harmonies of #385170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385170

Black with #385170

Text Example


Text Example

White with #385170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385170; }

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

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

background-color css

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

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

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

border-color css

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

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

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