#38658D

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

Shades of Astral #38658D

Tints of Astral #38658D

Color information

#38658D (or 0x38658D) is unknown color: approx Astral. HEX triplet: 38, 65 and 8D. RGB value is (56,101,141). Sum of RGB (Red+Green+Blue) = 56+101+141=298 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.79% from 298); Green value is 101 (39.84% from 255 or 33.89% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #38658D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38658D is #C79A72. Grayscale: #5B5B5B. Windows color (decimal): -13081203 or 9266488. OLE color: 9266488.

HSL color Cylindrical-coordinate representation of color #38658D: hue angle of 208.24º 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 #38658D is Cyan = 0.60, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56101141-
CMYK0.600.2800.45
HSL208.24º43.15%38.63%-
HSV(B)208.24º60.28%55.29%-
XYZ11.0912.0726.94-
YUV92.1155.59102.25-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.79%
GREEN value IS 101 (39.84% from 255) = 33.89%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=18.79%
G=33.89%
B=47.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561011410.600.2800.45208.2443.1538.63
Hex38658D3C1C02Dd02b27
Octal7014521574340553205347
Binary11100011001011000110111110011100010110111010000101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38658D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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