Html Css Color HEX #384C70 Astronaut

📋 copy color: '#384C70'

red 56 ◦ green 76 ◦ blue 112

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

Shades of Astronaut #384C70

Tints of Astronaut #384C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 22.95%
G = 31.15%
B = 45.9%

CMYK

 C value IS 0.50

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#384C70 (or 0x384C70) is known color: Astronaut. HEX triplet: 38, 4C and 70. RGB value is (56,76,112). Sum of RGB (Red+Green+Blue) = 56+76+112=244 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.95% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 112 - color contains mainly: blue. Hex color #384C70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C70 is #C7B38F. Grayscale: #494949. Windows color (decimal): -13087632 or 7359544. OLE color: 7359544.

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

Color convert

RGB 56 76 112 -
CMYK 0.50 0.32 0 0.56
HSL 218.57º 0.33% 0.33% -
HSV(B) 218.57º 0.5% 0.44% -
XYZ 7.14 7.18 16.34 -
YUV 74.12 149.37 115.07 -
System Red Green Blue C M Y K H S L
Decimal 56 76 112 0.50 0.32 0 0.56 218.57 0.33 0.33
Hex 38 4C 70 32 20 0 38 DB 21 21
Octal 70 114 160 62 40 0 70 333 41 41
Binary 111000 1001100 1110000 110010 100000 0 111000 11011011 100001 100001

Color Harmonies of #384C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C70

Black with #384C70

Text Example


Text Example

White with #384C70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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