Html Css Color HEX #386E91 Astral

📋 copy color: '#386E91'

red 56 ◦ green 110 ◦ blue 145

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

Shades of Astral #386E91

Tints of Astral #386E91

RGB

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

 GREEN value IS 110 (43.36% from 255) = 35.37%

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

R = 18.01%
G = 35.37%
B = 46.62%

CMYK

 C value IS 0.61

 M value IS 0.24

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#386E91 (or 0x386E91) is known color: Astral. HEX triplet: 38, 6E and 91. RGB value is (56,110,145). Sum of RGB (Red+Green+Blue) = 56+110+145=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 145 (57.03% from 255 or 46.62% from 311); Max value from RGB is 145 - color contains mainly: blue. Hex color #386E91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #386E91 is #C7916E. Grayscale: #616161. Windows color (decimal): -13078895 or 9530936. OLE color: 9530936.

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

Color convert

RGB 56 110 145 -
CMYK 0.61 0.24 0 0.43
HSL 203.6º 0.44% 0.39% -
HSV(B) 203.6º 0.61% 0.57% -
XYZ 12.32 14.04 28.85 -
YUV 97.84 154.61 98.15 -
System Red Green Blue C M Y K H S L
Decimal 56 110 145 0.61 0.24 0 0.43 203.6 0.44 0.39
Hex 38 6E 91 3D 18 0 2B CC 2C 27
Octal 70 156 221 75 30 0 53 314 54 47
Binary 111000 1101110 10010001 111101 11000 0 101011 11001100 101100 100111

Color Harmonies of #386E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386E91

Black with #386E91

Text Example


Text Example

White with #386E91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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