Html Css Color HEX #387087 Astral

📋 copy color: '#387087'

red 56 ◦ green 112 ◦ blue 135

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

Shades of Astral #387087

Tints of Astral #387087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 36.96%

 BLUE value IS 135 (53.13% from 255) = 44.55%

R = 18.48%
G = 36.96%
B = 44.55%

CMYK

 C value IS 0.59

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#387087 (or 0x387087) is known color: Astral. HEX triplet: 38, 70 and 87. RGB value is (56,112,135). Sum of RGB (Red+Green+Blue) = 56+112+135=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 112 (44.14% from 255 or 36.96% from 303); Blue value is 135 (53.12% from 255 or 44.55% from 303); Max value from RGB is 135 - color contains mainly: blue. Hex color #387087 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387087 is #C78F78. Grayscale: #616161. Windows color (decimal): -13078393 or 8876088. OLE color: 8876088.

HSL color Cylindrical-coordinate representation of color #387087: hue angle of 197.47º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #387087 is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 56 112 135 -
CMYK 0.59 0.17 0 0.47
HSL 197.47º 0.41% 0.37% -
HSV(B) 197.47º 0.59% 0.53% -
XYZ 11.8 14.18 25.04 -
YUV 97.88 148.95 98.13 -
System Red Green Blue C M Y K H S L
Decimal 56 112 135 0.59 0.17 0 0.47 197.47 0.41 0.37
Hex 38 70 87 3B 11 0 2F C5 29 25
Octal 70 160 207 73 21 0 57 305 51 45
Binary 111000 1110000 10000111 111011 10001 0 101111 11000101 101001 100101

Color Harmonies of #387087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387087

Black with #387087

Text Example


Text Example

White with #387087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387087; }

 p { color: rgb(56,112,135); }

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

background-color css

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

 a { background-color: rgb(56,112,135); }

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

border-color css

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

 span { border-color: rgb(56,112,135); }

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