#38688E

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

Shades of Astral #38688E

Tints of Astral #38688E

Color information

#38688E (or 0x38688E) is unknown color: approx Astral. HEX triplet: 38, 68 and 8E. RGB value is (56,104,142). Sum of RGB (Red+Green+Blue) = 56+104+142=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 104 (41.02% from 255 or 34.44% from 302); Blue value is 142 (55.86% from 255 or 47.02% from 302); Max value from RGB is 142 - color contains mainly: blue. Hex color #38688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38688E is #C79771. Grayscale: #5D5D5D. Windows color (decimal): -13080434 or 9332792. OLE color: 9332792.

HSL color Cylindrical-coordinate representation of color #38688E: hue angle of 206.51º degrees, saturation: 0.43, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38688E is Cyan = 0.61, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56104142-
CMYK0.610.2700.44
HSL206.51º43.43%38.82%-
HSV(B)206.51º60.56%55.69%-
XYZ11.4612.6927.44-
YUV93.98155.1100.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.54%
GREEN value IS 104 (41.02% from 255) = 34.44%
BLUE value IS 142 (55.86% from 255) = 47.02%
R=18.54%
G=34.44%
B=47.02%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561041420.610.2700.44206.5143.4338.82
Hex38688E3D1B02Ccf2b27
Octal7015021675330543175347
Binary11100011010001000111011110111011010110011001111101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38688E; }

 p { color: rgb(56,104,142); }

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

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

 a { background-color: rgb(56,104,142); }

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

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

 span { border-color: rgb(56,104,142); }

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