Html Css Color HEX #387691 Astral

📋 copy color: '#387691'

red 56 ◦ green 118 ◦ blue 145

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

Shades of Astral #387691

Tints of Astral #387691

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.99%

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

R = 17.55%
G = 36.99%
B = 45.45%

CMYK

 C value IS 0.61

 M value IS 0.19

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#387691 (or 0x387691) is known color: Astral. HEX triplet: 38, 76 and 91. RGB value is (56,118,145). Sum of RGB (Red+Green+Blue) = 56+118+145=319 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.55% from 319); Green value is 118 (46.48% from 255 or 36.99% from 319); Blue value is 145 (57.03% from 255 or 45.45% from 319); Max value from RGB is 145 - color contains mainly: blue. Hex color #387691 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387691 is #C7896E. Grayscale: #666666. Windows color (decimal): -13076847 or 9532984. OLE color: 9532984.

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

Color convert

RGB 56 118 145 -
CMYK 0.61 0.19 0 0.43
HSL 198.2º 0.44% 0.39% -
HSV(B) 198.2º 0.61% 0.57% -
XYZ 13.22 15.84 29.15 -
YUV 102.54 151.96 94.8 -
System Red Green Blue C M Y K H S L
Decimal 56 118 145 0.61 0.19 0 0.43 198.2 0.44 0.39
Hex 38 76 91 3D 13 0 2B C6 2C 27
Octal 70 166 221 75 23 0 53 306 54 47
Binary 111000 1110110 10010001 111101 10011 0 101011 11000110 101100 100111

Color Harmonies of #387691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387691

Black with #387691

Text Example


Text Example

White with #387691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387691; }

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

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

background-color css

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

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

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

border-color css

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

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

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