#38758B

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

Shades of Astral #38758B

Tints of Astral #38758B

Color information

#38758B (or 0x38758B) is unknown color: approx Astral. HEX triplet: 38, 75 and 8B. RGB value is (56,117,139). Sum of RGB (Red+Green+Blue) = 56+117+139=312 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.95% from 312); Green value is 117 (46.09% from 255 or 37.5% from 312); Blue value is 139 (54.69% from 255 or 44.55% from 312); Max value from RGB is 139 - color contains mainly: blue. Hex color #38758B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38758B is #C78A74. Grayscale: #656565. Windows color (decimal): -13077109 or 9139512. OLE color: 9139512.

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

Color convert

RGB56117139-
CMYK0.600.1600.45
HSL195.9º42.56%38.24%-
HSV(B)195.9º59.71%54.51%-
XYZ12.6515.4326.74-
YUV101.27149.2995.71-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.95%
GREEN value IS 117 (46.09% from 255) = 37.5%
BLUE value IS 139 (54.69% from 255) = 44.55%
R=17.95%
G=37.5%
B=44.55%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561171390.600.1600.45195.942.5638.24
Hex38758B3C1002Dc42b26
Octal7016521374200553045346
Binary11100011101011000101111110010000010110111000100101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38758B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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