Html Css Color HEX #387391 Astral

📋 copy color: '#387391'

red 56 ◦ green 115 ◦ blue 145

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

Shades of Astral #387391

Tints of Astral #387391

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 45.89%

R = 17.72%
G = 36.39%
B = 45.89%

CMYK

 C value IS 0.61

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387391 (or 0x387391) is known color: Astral. HEX triplet: 38, 73 and 91. RGB value is (56,115,145). Sum of RGB (Red+Green+Blue) = 56+115+145=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 115 (45.31% from 255 or 36.39% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #387391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387391 is #C78C6E. Grayscale: #646464. Windows color (decimal): -13077615 or 9532216. OLE color: 9532216.

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

Color convert

RGB 56 115 145 -
CMYK 0.61 0.21 0 0.43
HSL 200.22º 0.44% 0.39% -
HSV(B) 200.22º 0.61% 0.57% -
XYZ 12.87 15.15 29.03 -
YUV 100.78 152.95 96.06 -
System Red Green Blue C M Y K H S L
Decimal 56 115 145 0.61 0.21 0 0.43 200.22 0.44 0.39
Hex 38 73 91 3D 15 0 2B C8 2C 27
Octal 70 163 221 75 25 0 53 310 54 47
Binary 111000 1110011 10010001 111101 10101 0 101011 11001000 101100 100111

Color Harmonies of #387391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387391

Black with #387391

Text Example


Text Example

White with #387391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387391; }

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

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

background-color css

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

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

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

border-color css

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

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

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