#38708C

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

Shades of Astral #38708C

Tints of Astral #38708C

Color information

#38708C (or 0x38708C) is unknown color: approx Astral. HEX triplet: 38, 70 and 8C. RGB value is (56,112,140). Sum of RGB (Red+Green+Blue) = 56+112+140=308 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.18% from 308); Green value is 112 (44.14% from 255 or 36.36% from 308); Blue value is 140 (55.08% from 255 or 45.45% from 308); Max value from RGB is 140 - color contains mainly: blue. Hex color #38708C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38708C is #C78F73. Grayscale: #626262. Windows color (decimal): -13078388 or 9203768. OLE color: 9203768.

HSL color Cylindrical-coordinate representation of color #38708C: hue angle of 200º 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 #38708C is Cyan = 0.6, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB56112140-
CMYK0.60.2000.45
HSL200º42.86%38.43%-
HSV(B)200º60%54.9%-
XYZ12.1614.3226.93-
YUV98.45151.4597.72-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 18.18%
GREEN value IS 112 (44.14% from 255) = 36.36%
BLUE value IS 140 (55.08% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal561121400.60.2000.4520042.8638.43
Hex38708C3C1402Dc82b26
Octal7016021474240553105346
Binary11100011100001000110011110010100010110111001000101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38708C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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