Html Css Color HEX #385071 Astronaut

📋 copy color: '#385071'

red 56 ◦ green 80 ◦ blue 113

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

Shades of Astronaut #385071

Tints of Astronaut #385071

RGB

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

 GREEN value IS 80 (31.64% from 255) = 32.13%

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

R = 22.49%
G = 32.13%
B = 45.38%

CMYK

 C value IS 0.50

 M value IS 0.29

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#385071 (or 0x385071) is known color: Astronaut. HEX triplet: 38, 50 and 71. RGB value is (56,80,113). Sum of RGB (Red+Green+Blue) = 56+80+113=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 113 - color contains mainly: blue. Hex color #385071 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385071 is #C7AF8E. Grayscale: #4C4C4C. Windows color (decimal): -13086607 or 7426104. OLE color: 7426104.

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

Color convert

RGB 56 80 113 -
CMYK 0.50 0.29 0 0.56
HSL 214.74º 0.34% 0.33% -
HSV(B) 214.74º 0.5% 0.44% -
XYZ 7.48 7.77 16.73 -
YUV 76.59 148.55 113.32 -
System Red Green Blue C M Y K H S L
Decimal 56 80 113 0.50 0.29 0 0.56 214.74 0.34 0.33
Hex 38 50 71 32 1D 0 38 D7 22 21
Octal 70 120 161 62 35 0 70 327 42 41
Binary 111000 1010000 1110001 110010 11101 0 111000 11010111 100010 100001

Color Harmonies of #385071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385071

Black with #385071

Text Example


Text Example

White with #385071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385071; }

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

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

background-color css

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

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

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

border-color css

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

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

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