#387287

Color #387287 Astral (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Astral #387287

Tints of Astral #387287

Color information

#387287 (or 0x387287) is unknown color: approx Astral. HEX triplet: 38, 72 and 87. RGB value is (56,114,135). Sum of RGB (Red+Green+Blue) = 56+114+135=305 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.36% from 305); Green value is 114 (44.92% from 255 or 37.38% from 305); Blue value is 135 (53.12% from 255 or 44.26% from 305); Max value from RGB is 135 - color contains mainly: blue. Hex color #387287 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #387287 is #C78D78. Grayscale: #626262. Windows color (decimal): -13077881 or 8876600. OLE color: 8876600.

HSL color Cylindrical-coordinate representation of color #387287: hue angle of 195.95º 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 #387287 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB56114135-
CMYK0.590.1600.47
HSL195.95º41.36%37.45%-
HSV(B)195.95º58.52%52.94%-
XYZ12.0214.6225.11-
YUV99.05148.2897.29-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.36%
GREEN value IS 114 (44.92% from 255) = 37.38%
BLUE value IS 135 (53.12% from 255) = 44.26%
R=18.36%
G=37.38%
B=44.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal561141350.590.1600.47195.9541.3637.45
Hex3872873B1002Fc42925
Octal7016220773200573045145
Binary11100011100101000011111101110000010111111000100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387287; }

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

 H1.HeaderClassName
 {
   color: #387287;
 }
 .AnyTagClassName
 {
   color: #387287;
 }
</style>
background-color css

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

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

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

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

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

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