#30667F

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

Shades of Astral #30667F

Tints of Astral #30667F

Color information

#30667F (or 0x30667F) is unknown color: approx Astral. HEX triplet: 30, 66 and 7F. RGB value is (48,102,127). Sum of RGB (Red+Green+Blue) = 48+102+127=277 (36% of max value = 765). Red value is 48 (19.14% from 255 or 17.33% from 277); Green value is 102 (40.23% from 255 or 36.82% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #30667F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30667F is #CF9980. Grayscale: #585858. Windows color (decimal): -13605249 or 8349232. OLE color: 8349232.

HSL color Cylindrical-coordinate representation of color #30667F: hue angle of 198.99º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #30667F is Cyan = 0.62, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB48102127-
CMYK0.620.2000.50
HSL198.99º45.14%34.31%-
HSV(B)198.99º62.2%49.8%-
XYZ9.811.6621.81-
YUV88.7149.6198.97-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 17.33%
GREEN value IS 102 (40.23% from 255) = 36.82%
BLUE value IS 127 (50% from 255) = 45.85%
R=17.33%
G=36.82%
B=45.85%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal481021270.620.2000.50198.9945.1434.31
Hex30667F3E14032c72d22
Octal6014617776240623075542
Binary1100001100110111111111111010100011001011000111101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30667F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30667F; }

 p { color: rgb(48,102,127); }

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

<style>
 a { background-color: #30667F; }

 a { background-color: rgb(48,102,127); }

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

<style>
 span { border-color: #30667F; }

 span { border-color: rgb(48,102,127); }

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