#34698D

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

Shades of Astral #34698D

Tints of Astral #34698D

Color information

#34698D (or 0x34698D) is unknown color: approx Astral. HEX triplet: 34, 69 and 8D. RGB value is (52,105,141). Sum of RGB (Red+Green+Blue) = 52+105+141=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 141 (55.47% from 255 or 47.32% from 298); Max value from RGB is 141 - color contains mainly: blue. Hex color #34698D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34698D is #CB9672. Grayscale: #5D5D5D. Windows color (decimal): -13342323 or 9267508. OLE color: 9267508.

HSL color Cylindrical-coordinate representation of color #34698D: hue angle of 204.27º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34698D is Cyan = 0.63, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52105141-
CMYK0.630.2600.45
HSL204.27º46.11%37.84%-
HSV(B)204.27º63.12%55.29%-
XYZ11.2812.7627.07-
YUV93.26154.9498.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 141 (55.47% from 255) = 47.32%
R=17.45%
G=35.23%
B=47.32%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521051410.630.2600.45204.2746.1137.84
Hex34698D3F1A02Dcc2e26
Octal6415121577320553145646
Binary11010011010011000110111111111010010110111001100101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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