#38728D

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

Shades of Astral #38728D

Tints of Astral #38728D

Color information

#38728D (or 0x38728D) is unknown color: approx Astral. HEX triplet: 38, 72 and 8D. RGB value is (56,114,141). Sum of RGB (Red+Green+Blue) = 56+114+141=311 (41% of max value = 765). Red value is 56 (22.27% from 255 or 18.01% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 141 (55.47% from 255 or 45.34% from 311); Max value from RGB is 141 - color contains mainly: blue. Hex color #38728D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38728D is #C78D72. Grayscale: #636363. Windows color (decimal): -13077875 or 9269816. OLE color: 9269816.

HSL color Cylindrical-coordinate representation of color #38728D: hue angle of 199.06º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #38728D is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56114141-
CMYK0.600.1900.45
HSL199.06º43.15%38.63%-
HSV(B)199.06º60.28%55.29%-
XYZ12.4614.827.4-
YUV99.74151.2896.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.01%
GREEN value IS 114 (44.92% from 255) = 36.66%
BLUE value IS 141 (55.47% from 255) = 45.34%
R=18.01%
G=36.66%
B=45.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561141410.600.1900.45199.0643.1538.63
Hex38728D3C1302Dc72b27
Octal7016221574230553075347
Binary11100011100101000110111110010011010110111000111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38728D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38728D; }

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

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

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

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

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

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

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

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