Html Css Color HEX #384F73 Astronaut

📋 copy color: '#384F73'

red 56 ◦ green 79 ◦ blue 115

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

Shades of Astronaut #384F73

Tints of Astronaut #384F73

RGB

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

 GREEN value IS 79 (31.25% from 255) = 31.6%

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

R = 22.4%
G = 31.6%
B = 46%

CMYK

 C value IS 0.51

 M value IS 0.31

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384F73 (or 0x384F73) is known color: Astronaut. HEX triplet: 38, 4F and 73. RGB value is (56,79,115). Sum of RGB (Red+Green+Blue) = 56+79+115=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 79 (31.25% from 255 or 31.6% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 115 - color contains mainly: blue. Hex color #384F73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384F73 is #C7B08C. Grayscale: #4C4C4C. Windows color (decimal): -13086861 or 7556920. OLE color: 7556920.

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

Color convert

RGB 56 79 115 -
CMYK 0.51 0.31 0 0.55
HSL 216.61º 0.35% 0.34% -
HSV(B) 216.61º 0.51% 0.45% -
XYZ 7.52 7.67 17.3 -
YUV 76.23 149.88 113.57 -
System Red Green Blue C M Y K H S L
Decimal 56 79 115 0.51 0.31 0 0.55 216.61 0.35 0.34
Hex 38 4F 73 33 1F 0 37 D9 23 22
Octal 70 117 163 63 37 0 67 331 43 42
Binary 111000 1001111 1110011 110011 11111 0 110111 11011001 100011 100010

Color Harmonies of #384F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384F73

Black with #384F73

Text Example


Text Example

White with #384F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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