Html Css Color HEX #386980 Astral

📋 copy color: '#386980'

red 56 ◦ green 105 ◦ blue 128

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

Shades of Astral #386980

Tints of Astral #386980

RGB

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

 GREEN value IS 105 (41.41% from 255) = 36.33%

 BLUE value IS 128 (50.39% from 255) = 44.29%

R = 19.38%
G = 36.33%
B = 44.29%

CMYK

 C value IS 0.56

 M value IS 0.18

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#386980 (or 0x386980) is known color: Astral. HEX triplet: 38, 69 and 80. RGB value is (56,105,128). Sum of RGB (Red+Green+Blue) = 56+105+128=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 105 (41.41% from 255 or 36.33% from 289); Blue value is 128 (50.39% from 255 or 44.29% from 289); Max value from RGB is 128 - color contains mainly: blue. Hex color #386980 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386980 is #C7967F. Grayscale: #5C5C5C. Windows color (decimal): -13080192 or 8415544. OLE color: 8415544.

HSL color Cylindrical-coordinate representation of color #386980: hue angle of 199.17º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #386980 is Cyan = 0.56, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 105 128 -
CMYK 0.56 0.18 0 0.50
HSL 199.17º 0.39% 0.36% -
HSV(B) 199.17º 0.56% 0.5% -
XYZ 10.58 12.5 22.28 -
YUV 92.97 147.77 101.63 -
System Red Green Blue C M Y K H S L
Decimal 56 105 128 0.56 0.18 0 0.50 199.17 0.39 0.36
Hex 38 69 80 38 12 0 32 C7 27 24
Octal 70 151 200 70 22 0 62 307 47 44
Binary 111000 1101001 10000000 111000 10010 0 110010 11000111 100111 100100

Color Harmonies of #386980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386980

Black with #386980

Text Example


Text Example

White with #386980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386980; }

 p { color: rgb(56,105,128); }

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

background-color css

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

 a { background-color: rgb(56,105,128); }

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

border-color css

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

 span { border-color: rgb(56,105,128); }

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