Html Css Color HEX #384C72 Astronaut

📋 copy color: '#384C72'

red 56 ◦ green 76 ◦ blue 114

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

Shades of Astronaut #384C72

Tints of Astronaut #384C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 46.34%

R = 22.76%
G = 30.89%
B = 46.34%

CMYK

 C value IS 0.51

 M value IS 0.33

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384C72 (or 0x384C72) is known color: Astronaut. HEX triplet: 38, 4C and 72. RGB value is (56,76,114). Sum of RGB (Red+Green+Blue) = 56+76+114=246 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.76% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 114 (44.92% from 255 or 46.34% from 246); Max value from RGB is 114 - color contains mainly: blue. Hex color #384C72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #384C72 is #C7B38D. Grayscale: #4A4A4A. Windows color (decimal): -13087630 or 7490616. OLE color: 7490616.

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

Color convert

RGB 56 76 114 -
CMYK 0.51 0.33 0 0.55
HSL 219.31º 0.34% 0.33% -
HSV(B) 219.31º 0.51% 0.45% -
XYZ 7.25 7.22 16.93 -
YUV 74.35 150.37 114.91 -
System Red Green Blue C M Y K H S L
Decimal 56 76 114 0.51 0.33 0 0.55 219.31 0.34 0.33
Hex 38 4C 72 33 21 0 37 DB 22 21
Octal 70 114 162 63 41 0 67 333 42 41
Binary 111000 1001100 1110010 110011 100001 0 110111 11011011 100010 100001

Color Harmonies of #384C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384C72

Black with #384C72

Text Example


Text Example

White with #384C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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