Html Css Color HEX #386991 Astral

📋 copy color: '#386991'

red 56 ◦ green 105 ◦ blue 145

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

Shades of Astral #386991

Tints of Astral #386991

RGB

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

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

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

R = 18.3%
G = 34.31%
B = 47.39%

CMYK

 C value IS 0.61

 M value IS 0.28

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#386991 (or 0x386991) is known color: Astral. HEX triplet: 38, 69 and 91. RGB value is (56,105,145). Sum of RGB (Red+Green+Blue) = 56+105+145=306 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.30% from 306); Green value is 105 (41.41% from 255 or 34.31% from 306); Blue value is 145 (57.03% from 255 or 47.39% from 306); Max value from RGB is 145 - color contains mainly: blue. Hex color #386991 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386991 is #C7966E. Grayscale: #5E5E5E. Windows color (decimal): -13080175 or 9529656. OLE color: 9529656.

HSL color Cylindrical-coordinate representation of color #386991: hue angle of 206.97º 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 #386991 is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 105 145 -
CMYK 0.61 0.28 0 0.43
HSL 206.97º 0.44% 0.39% -
HSV(B) 206.97º 0.61% 0.57% -
XYZ 11.79 12.99 28.67 -
YUV 94.91 156.27 100.25 -
System Red Green Blue C M Y K H S L
Decimal 56 105 145 0.61 0.28 0 0.43 206.97 0.44 0.39
Hex 38 69 91 3D 1C 0 2B CF 2C 27
Octal 70 151 221 75 34 0 53 317 54 47
Binary 111000 1101001 10010001 111101 11100 0 101011 11001111 101100 100111

Color Harmonies of #386991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386991

Black with #386991

Text Example


Text Example

White with #386991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386991; }

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

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

background-color css

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

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

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

border-color css

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

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

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