Html Css Color HEX #387392 Astral

📋 copy color: '#387392'

red 56 ◦ green 115 ◦ blue 146

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

Shades of Astral #387392

Tints of Astral #387392

RGB

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

 GREEN value IS 115 (45.31% from 255) = 36.28%

 BLUE value IS 146 (57.42% from 255) = 46.06%

R = 17.67%
G = 36.28%
B = 46.06%

CMYK

 C value IS 0.62

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387392 (or 0x387392) is known color: Astral. HEX triplet: 38, 73 and 92. RGB value is (56,115,146). Sum of RGB (Red+Green+Blue) = 56+115+146=317 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.67% from 317); Green value is 115 (45.31% from 255 or 36.28% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #387392 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387392 is #C78C6D. Grayscale: #646464. Windows color (decimal): -13077614 or 9597752. OLE color: 9597752.

HSL color Cylindrical-coordinate representation of color #387392: hue angle of 200.67º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #387392 is Cyan = 0.62, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 115 146 -
CMYK 0.62 0.21 0 0.43
HSL 200.67º 0.45% 0.4% -
HSV(B) 200.67º 0.62% 0.57% -
XYZ 12.95 15.18 29.44 -
YUV 100.89 153.45 95.98 -
System Red Green Blue C M Y K H S L
Decimal 56 115 146 0.62 0.21 0 0.43 200.67 0.45 0.4
Hex 38 73 92 3E 15 0 2B C9 2D 28
Octal 70 163 222 76 25 0 53 311 55 50
Binary 111000 1110011 10010010 111110 10101 0 101011 11001001 101101 101000

Color Harmonies of #387392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387392

Black with #387392

Text Example


Text Example

White with #387392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387392; }

 p { color: rgb(56,115,146); }

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

background-color css

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

 a { background-color: rgb(56,115,146); }

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

border-color css

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

 span { border-color: rgb(56,115,146); }

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