#34688E

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

Shades of Astral #34688E

Tints of Astral #34688E

Color information

#34688E (or 0x34688E) is unknown color: approx Astral. HEX triplet: 34, 68 and 8E. RGB value is (52,104,142). Sum of RGB (Red+Green+Blue) = 52+104+142=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 104 (41.02% from 255 or 34.90% from 298); Blue value is 142 (55.86% from 255 or 47.65% from 298); Max value from RGB is 142 - color contains mainly: blue. Hex color #34688E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34688E is #CB9771. Grayscale: #5C5C5C. Windows color (decimal): -13342578 or 9332788. OLE color: 9332788.

HSL color Cylindrical-coordinate representation of color #34688E: hue angle of 205.33º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34688E is Cyan = 0.63, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52104142-
CMYK0.630.2700.44
HSL205.33º46.39%38.04%-
HSV(B)205.33º63.38%55.69%-
XYZ11.2512.5827.43-
YUV92.78155.7798.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 104 (41.02% from 255) = 34.90%
BLUE value IS 142 (55.86% from 255) = 47.65%
R=17.45%
G=34.90%
B=47.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521041420.630.2700.44205.3346.3938.04
Hex34688E3F1B02Ccd2e26
Octal6415021677330543155646
Binary11010011010001000111011111111011010110011001101101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34688E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,104,142); }

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

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

 a { background-color: rgb(52,104,142); }

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

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

 span { border-color: rgb(52,104,142); }

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