#30668E

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

Shades of Astral #30668E

Tints of Astral #30668E

Color information

#30668E (or 0x30668E) is unknown color: approx Astral. HEX triplet: 30, 66 and 8E. RGB value is (48,102,142). Sum of RGB (Red+Green+Blue) = 48+102+142=292 (38% of max value = 765). Red value is 48 (19.14% from 255 or 16.44% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #30668E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #30668E is #CF9971. Grayscale: #5A5A5A. Windows color (decimal): -13605234 or 9332272. OLE color: 9332272.

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

Color convert

RGB48102142-
CMYK0.660.2800.44
HSL205.53º49.47%37.25%-
HSV(B)205.53º66.2%55.69%-
XYZ10.8512.0827.35-
YUV90.41157.1197.75-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 16.44%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=16.44%
G=34.93%
B=48.63%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal481021420.660.2800.44205.5349.4737.25
Hex30668E421C02Cce3125
Octal60146216102340543166145
Binary110000110011010001110100001011100010110011001110110001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30668E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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