Html Css Color HEX #384C73 Astronaut

📋 copy color: '#384C73'

red 56 ◦ green 76 ◦ blue 115

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

Shades of Astronaut #384C73

Tints of Astronaut #384C73

RGB

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

 GREEN value IS 76 (30.08% from 255) = 30.77%

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

R = 22.67%
G = 30.77%
B = 46.56%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384C73 (or 0x384C73) is known color: Astronaut. HEX triplet: 38, 4C and 73. RGB value is (56,76,115). Sum of RGB (Red+Green+Blue) = 56+76+115=247 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.67% from 247); Green value is 76 (30.08% from 255 or 30.77% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 115 - color contains mainly: blue. Hex color #384C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C73 is #C7B38C. Grayscale: #4A4A4A. Windows color (decimal): -13087629 or 7556152. OLE color: 7556152.

HSL color Cylindrical-coordinate representation of color #384C73: hue angle of 219.66º 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 #384C73 is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 76 115 -
CMYK 0.51 0.34 0 0.55
HSL 219.66º 0.35% 0.34% -
HSV(B) 219.66º 0.51% 0.45% -
XYZ 7.31 7.25 17.23 -
YUV 74.47 150.87 114.83 -
System Red Green Blue C M Y K H S L
Decimal 56 76 115 0.51 0.34 0 0.55 219.66 0.35 0.34
Hex 38 4C 73 33 22 0 37 DC 23 22
Octal 70 114 163 63 42 0 67 334 43 42
Binary 111000 1001100 1110011 110011 100010 0 110111 11011100 100011 100010

Color Harmonies of #384C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C73

Black with #384C73

Text Example


Text Example

White with #384C73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384C73; }

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

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

background-color css

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

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

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

border-color css

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

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

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