#30678E

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

Shades of Astral #30678E

Tints of Astral #30678E

Color information

#30678E (or 0x30678E) is unknown color: approx Astral. HEX triplet: 30, 67 and 8E. RGB value is (48,103,142). Sum of RGB (Red+Green+Blue) = 48+103+142=293 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.38% from 293); Green value is 103 (40.62% from 255 or 35.15% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #30678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30678E is #CF9871. Grayscale: #5A5A5A. Windows color (decimal): -13604978 or 9332528. OLE color: 9332528.

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

Color convert

RGB48103142-
CMYK0.660.2700.44
HSL204.89º49.47%37.25%-
HSV(B)204.89º66.2%55.69%-
XYZ10.9512.2827.38-
YUV91156.7897.33-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.38%
GREEN value IS 103 (40.62% from 255) = 35.15%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=16.38%
G=35.15%
B=48.46%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481031420.660.2700.44204.8949.4737.25
Hex30678E421B02Ccd3125
Octal60147216102330543156145
Binary110000110011110001110100001011011010110011001101110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(48,103,142); }

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

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

 a { background-color: rgb(48,103,142); }

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

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

 span { border-color: rgb(48,103,142); }

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