#30768E

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

Shades of Astral #30768E

Tints of Astral #30768E

Color information

#30768E (or 0x30768E) is unknown color: approx Astral. HEX triplet: 30, 76 and 8E. RGB value is (48,118,142). Sum of RGB (Red+Green+Blue) = 48+118+142=308 (40% of max value = 765). Red value is 48 (19.14% from 255 or 15.58% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #30768E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30768E is #CF8971. Grayscale: #636363. Windows color (decimal): -13601138 or 9336368. OLE color: 9336368.

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

Color convert

RGB48118142-
CMYK0.660.1700.44
HSL195.32º49.47%37.25%-
HSV(B)195.32º66.2%55.69%-
XYZ12.5815.5427.93-
YUV99.81151.8191.05-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 15.58%
GREEN value IS 118 (46.48% from 255) = 38.31%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=15.58%
G=38.31%
B=46.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481181420.660.1700.44195.3249.4737.25
Hex30768E421102Cc33125
Octal60166216102210543036145
Binary110000111011010001110100001010001010110011000011110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30768E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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