#38768E

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

Shades of Astral #38768E

Tints of Astral #38768E

Color information

#38768E (or 0x38768E) is unknown color: approx Astral. HEX triplet: 38, 76 and 8E. RGB value is (56,118,142). Sum of RGB (Red+Green+Blue) = 56+118+142=316 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.72% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 142 (55.86% from 255 or 44.94% from 316); Max value from RGB is 142 - color contains mainly: blue. Hex color #38768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38768E is #C78971. Grayscale: #666666. Windows color (decimal): -13076850 or 9336376. OLE color: 9336376.

HSL color Cylindrical-coordinate representation of color #38768E: hue angle of 196.74º 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 #38768E is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB56118142-
CMYK0.610.1700.44
HSL196.74º43.43%38.82%-
HSV(B)196.74º60.56%55.69%-
XYZ12.9915.7527.95-
YUV102.2150.4695.05-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 17.72%
GREEN value IS 118 (46.48% from 255) = 37.34%
BLUE value IS 142 (55.86% from 255) = 44.94%
R=17.72%
G=37.34%
B=44.94%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal561181420.610.1700.44196.7443.4338.82
Hex38768E3D1102Cc52b27
Octal7016621675210543055347
Binary11100011101101000111011110110001010110011000101101011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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