Html Css Color HEX #386A80 Astral

📋 copy color: '#386A80'

red 56 ◦ green 106 ◦ blue 128

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

Shades of Astral #386A80

Tints of Astral #386A80

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.55%

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

R = 19.31%
G = 36.55%
B = 44.14%

CMYK

 C value IS 0.56

 M value IS 0.17

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#386A80 (or 0x386A80) is known color: Astral. HEX triplet: 38, 6A and 80. RGB value is (56,106,128). Sum of RGB (Red+Green+Blue) = 56+106+128=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 106 (41.80% from 255 or 36.55% from 290); Blue value is 128 (50.39% from 255 or 44.14% from 290); Max value from RGB is 128 - color contains mainly: blue. Hex color #386A80 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386A80 is #C7957F. Grayscale: #5D5D5D. Windows color (decimal): -13079936 or 8415800. OLE color: 8415800.

HSL color Cylindrical-coordinate representation of color #386A80: hue angle of 198.33º 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 #386A80 is Cyan = 0.56, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 56 106 128 -
CMYK 0.56 0.17 0 0.50
HSL 198.33º 0.39% 0.36% -
HSV(B) 198.33º 0.56% 0.5% -
XYZ 10.68 12.71 22.31 -
YUV 93.56 147.44 101.21 -
System Red Green Blue C M Y K H S L
Decimal 56 106 128 0.56 0.17 0 0.50 198.33 0.39 0.36
Hex 38 6A 80 38 11 0 32 C6 27 24
Octal 70 152 200 70 21 0 62 306 47 44
Binary 111000 1101010 10000000 111000 10001 0 110010 11000110 100111 100100

Color Harmonies of #386A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A80

Black with #386A80

Text Example


Text Example

White with #386A80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A80; }

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

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

background-color css

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

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

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

border-color css

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

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

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