#38708B

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

Shades of Astral #38708B

Tints of Astral #38708B

Color information

#38708B (or 0x38708B) is unknown color: approx Astral. HEX triplet: 38, 70 and 8B. RGB value is (56,112,139). Sum of RGB (Red+Green+Blue) = 56+112+139=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 139 (54.69% from 255 or 45.28% from 307); Max value from RGB is 139 - color contains mainly: blue. Hex color #38708B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38708B is #C78F74. Grayscale: #626262. Windows color (decimal): -13078389 or 9138232. OLE color: 9138232.

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

Color convert

RGB56112139-
CMYK0.600.1900.45
HSL199.52º42.56%38.24%-
HSV(B)199.52º59.71%54.51%-
XYZ12.0914.2926.55-
YUV98.33150.9597.8-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.24%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 139 (54.69% from 255) = 45.28%
R=18.24%
G=36.48%
B=45.28%

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
Decimal561121390.600.1900.45199.5242.5638.24
Hex38708B3C1302Dc82b26
Octal7016021374230553105346
Binary11100011100001000101111110010011010110111001000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38708B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38708B; }

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

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

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

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

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

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

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

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