Html Css Color HEX #384C71 Astronaut

📋 copy color: '#384C71'

red 56 ◦ green 76 ◦ blue 113

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

Shades of Astronaut #384C71

Tints of Astronaut #384C71

RGB

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

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

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

R = 22.86%
G = 31.02%
B = 46.12%

CMYK

 C value IS 0.50

 M value IS 0.33

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384C71 (or 0x384C71) is known color: Astronaut. HEX triplet: 38, 4C and 71. RGB value is (56,76,113). Sum of RGB (Red+Green+Blue) = 56+76+113=245 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.86% from 245); Green value is 76 (30.08% from 255 or 31.02% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #384C71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C71 is #C7B38E. Grayscale: #4A4A4A. Windows color (decimal): -13087631 or 7425080. OLE color: 7425080.

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

Color convert

RGB 56 76 113 -
CMYK 0.50 0.33 0 0.56
HSL 218.95º 0.34% 0.33% -
HSV(B) 218.95º 0.5% 0.44% -
XYZ 7.2 7.2 16.63 -
YUV 74.24 149.87 114.99 -
System Red Green Blue C M Y K H S L
Decimal 56 76 113 0.50 0.33 0 0.56 218.95 0.34 0.33
Hex 38 4C 71 32 21 0 38 DB 22 21
Octal 70 114 161 62 41 0 70 333 42 41
Binary 111000 1001100 1110001 110010 100001 0 111000 11011011 100010 100001

Color Harmonies of #384C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C71

Black with #384C71

Text Example


Text Example

White with #384C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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