#34698A

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

Shades of Astral #34698A

Tints of Astral #34698A

Color information

#34698A (or 0x34698A) is unknown color: approx Astral. HEX triplet: 34, 69 and 8A. RGB value is (52,105,138). Sum of RGB (Red+Green+Blue) = 52+105+138=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 105 (41.41% from 255 or 35.59% from 295); Blue value is 138 (54.30% from 255 or 46.78% from 295); Max value from RGB is 138 - color contains mainly: blue. Hex color #34698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34698A is #CB9675. Grayscale: #5C5C5C. Windows color (decimal): -13342326 or 9070900. OLE color: 9070900.

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

Color convert

RGB52105138-
CMYK0.620.2400.46
HSL203.02º45.26%37.25%-
HSV(B)203.02º62.32%54.12%-
XYZ11.0612.6725.91-
YUV92.92153.4498.82-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 105 (41.41% from 255) = 35.59%
BLUE value IS 138 (54.30% from 255) = 46.78%
R=17.63%
G=35.59%
B=46.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521051380.620.2400.46203.0245.2637.25
Hex34698A3E1802Ecb2d25
Octal6415121276300563135545
Binary11010011010011000101011111011000010111011001011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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