#30698A

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

Shades of Astral #30698A

Tints of Astral #30698A

Color information

#30698A (or 0x30698A) is unknown color: approx Astral. HEX triplet: 30, 69 and 8A. RGB value is (48,105,138). Sum of RGB (Red+Green+Blue) = 48+105+138=291 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.49% from 291); Green value is 105 (41.41% from 255 or 36.08% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #30698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30698A is #CF9675. Grayscale: #5B5B5B. Windows color (decimal): -13604470 or 9070896. OLE color: 9070896.

HSL color Cylindrical-coordinate representation of color #30698A: hue angle of 202º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30698A is Cyan = 0.65, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB48105138-
CMYK0.650.2400.46
HSL202º48.39%36.47%-
HSV(B)202º65.22%54.12%-
XYZ10.8612.5725.9-
YUV91.72154.1296.82-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.49%
GREEN value IS 105 (41.41% from 255) = 36.08%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=16.49%
G=36.08%
B=47.42%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal481051380.650.2400.4620248.3936.47
Hex30698A411802Eca3024
Octal60151212101300563126044
Binary110000110100110001010100000111000010111011001010110000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30698A; }

 p { color: rgb(48,105,138); }

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

<style>
 a { background-color: #30698A; }

 a { background-color: rgb(48,105,138); }

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

<style>
 span { border-color: #30698A; }

 span { border-color: rgb(48,105,138); }

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