Html Css Color HEX #385073 Astronaut

📋 copy color: '#385073'

red 56 ◦ green 80 ◦ blue 115

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

Shades of Astronaut #385073

Tints of Astronaut #385073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 45.82%

R = 22.31%
G = 31.87%
B = 45.82%

CMYK

 C value IS 0.51

 M value IS 0.30

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#385073 (or 0x385073) is known color: Astronaut. HEX triplet: 38, 50 and 73. RGB value is (56,80,115). Sum of RGB (Red+Green+Blue) = 56+80+115=251 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.31% from 251); Green value is 80 (31.64% from 255 or 31.87% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 115 - color contains mainly: blue. Hex color #385073 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #385073 is #C7AF8C. Grayscale: #4C4C4C. Windows color (decimal): -13086605 or 7557176. OLE color: 7557176.

HSL color Cylindrical-coordinate representation of color #385073: hue angle of 215.59º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385073 is Cyan = 0.51, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 80 115 -
CMYK 0.51 0.30 0 0.55
HSL 215.59º 0.35% 0.34% -
HSV(B) 215.59º 0.51% 0.45% -
XYZ 7.59 7.82 17.33 -
YUV 76.81 149.55 113.15 -
System Red Green Blue C M Y K H S L
Decimal 56 80 115 0.51 0.30 0 0.55 215.59 0.35 0.34
Hex 38 50 73 33 1E 0 37 D8 23 22
Octal 70 120 163 63 36 0 67 330 43 42
Binary 111000 1010000 1110011 110011 11110 0 110111 11011000 100011 100010

Color Harmonies of #385073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385073

Black with #385073

Text Example


Text Example

White with #385073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385073; }

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

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

background-color css

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

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

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

border-color css

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

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

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