Html Css Color HEX #384E72 Astronaut

📋 copy color: '#384E72'

red 56 ◦ green 78 ◦ blue 114

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

Shades of Astronaut #384E72

Tints of Astronaut #384E72

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

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

R = 22.58%
G = 31.45%
B = 45.97%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#384E72 (or 0x384E72) is known color: Astronaut. HEX triplet: 38, 4E and 72. RGB value is (56,78,114). Sum of RGB (Red+Green+Blue) = 56+78+114=248 (32% of max value = 765). Red value is 56 (22.27% from 255 or 22.58% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 114 (44.92% from 255 or 45.97% from 248); Max value from RGB is 114 - color contains mainly: blue. Hex color #384E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #384E72 is #C7B18D. Grayscale: #4B4B4B. Windows color (decimal): -13087118 or 7491128. OLE color: 7491128.

HSL color Cylindrical-coordinate representation of color #384E72: hue angle of 217.24º 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 #384E72 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 56 78 114 -
CMYK 0.51 0.32 0 0.55
HSL 217.24º 0.34% 0.33% -
HSV(B) 217.24º 0.51% 0.45% -
XYZ 7.39 7.5 16.98 -
YUV 75.53 149.71 114.07 -
System Red Green Blue C M Y K H S L
Decimal 56 78 114 0.51 0.32 0 0.55 217.24 0.34 0.33
Hex 38 4E 72 33 20 0 37 D9 22 21
Octal 70 116 162 63 40 0 67 331 42 41
Binary 111000 1001110 1110010 110011 100000 0 110111 11011001 100010 100001

Color Harmonies of #384E72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384E72

Black with #384E72

Text Example


Text Example

White with #384E72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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