Html Css Color HEX #384D74 Astronaut

📋 copy color: '#384D74'

red 56 ◦ green 77 ◦ blue 116

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

Shades of Astronaut #384D74

Tints of Astronaut #384D74

RGB

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

 GREEN value IS 77 (30.47% from 255) = 30.92%

 BLUE value IS 116 (45.7% from 255) = 46.59%

R = 22.49%
G = 30.92%
B = 46.59%

CMYK

 C value IS 0.52

 M value IS 0.34

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384D74 (or 0x384D74) is known color: Astronaut. HEX triplet: 38, 4D and 74. RGB value is (56,77,116). Sum of RGB (Red+Green+Blue) = 56+77+116=249 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.49% from 249); Green value is 77 (30.47% from 255 or 30.92% from 249); Blue value is 116 (45.70% from 255 or 46.59% from 249); Max value from RGB is 116 - color contains mainly: blue. Hex color #384D74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384D74 is #C7B28B. Grayscale: #4A4A4A. Windows color (decimal): -13087372 or 7621944. OLE color: 7621944.

HSL color Cylindrical-coordinate representation of color #384D74: hue angle of 219º degrees, saturation: 0.35, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #384D74 is Cyan = 0.52, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 77 116 -
CMYK 0.52 0.34 0 0.55
HSL 219º 0.35% 0.34% -
HSV(B) 219º 0.52% 0.45% -
XYZ 7.44 7.41 17.56 -
YUV 75.17 151.04 114.33 -
System Red Green Blue C M Y K H S L
Decimal 56 77 116 0.52 0.34 0 0.55 219 0.35 0.34
Hex 38 4D 74 34 22 0 37 DB 23 22
Octal 70 115 164 64 42 0 67 333 43 42
Binary 111000 1001101 1110100 110100 100010 0 110111 11011011 100011 100010

Color Harmonies of #384D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384D74

Black with #384D74

Text Example


Text Example

White with #384D74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,77,116); }

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

background-color css

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

 a { background-color: rgb(56,77,116); }

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

border-color css

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

 span { border-color: rgb(56,77,116); }

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