Html Css Color HEX #384C76 Astronaut

📋 copy color: '#384C76'

red 56 ◦ green 76 ◦ blue 118

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

Shades of Astronaut #384C76

Tints of Astronaut #384C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 22.4%
G = 30.4%
B = 47.2%

CMYK

 C value IS 0.53

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#384C76 (or 0x384C76) is known color: Astronaut. HEX triplet: 38, 4C and 76. RGB value is (56,76,118). Sum of RGB (Red+Green+Blue) = 56+76+118=250 (33% of max value = 765). Red value is 56 (22.27% from 255 or 22.4% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 118 - color contains mainly: blue. Hex color #384C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C76 is #C7B389. Grayscale: #4A4A4A. Windows color (decimal): -13087626 or 7752760. OLE color: 7752760.

HSL color Cylindrical-coordinate representation of color #384C76: hue angle of 220.65º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #384C76 is Cyan = 0.53, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 76 118 -
CMYK 0.53 0.36 0 0.54
HSL 220.65º 0.36% 0.34% -
HSV(B) 220.65º 0.53% 0.46% -
XYZ 7.49 7.32 18.16 -
YUV 74.81 152.37 114.58 -
System Red Green Blue C M Y K H S L
Decimal 56 76 118 0.53 0.36 0 0.54 220.65 0.36 0.34
Hex 38 4C 76 35 24 0 36 DD 24 22
Octal 70 114 166 65 44 0 66 335 44 42
Binary 111000 1001100 1110110 110101 100100 0 110110 11011101 100100 100010

Color Harmonies of #384C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C76

Black with #384C76

Text Example


Text Example

White with #384C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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