#34678E

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

Shades of Astral #34678E

Tints of Astral #34678E

Color information

#34678E (or 0x34678E) is unknown color: approx Astral. HEX triplet: 34, 67 and 8E. RGB value is (52,103,142). Sum of RGB (Red+Green+Blue) = 52+103+142=297 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.51% from 297); Green value is 103 (40.62% from 255 or 34.68% from 297); Blue value is 142 (55.86% from 255 or 47.81% from 297); Max value from RGB is 142 - color contains mainly: blue. Hex color #34678E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34678E is #CB9871. Grayscale: #5B5B5B. Windows color (decimal): -13342834 or 9332532. OLE color: 9332532.

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

Color convert

RGB52103142-
CMYK0.630.2700.44
HSL206º46.39%38.04%-
HSV(B)206º63.38%55.69%-
XYZ11.1512.3827.39-
YUV92.2156.199.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.51%
GREEN value IS 103 (40.62% from 255) = 34.68%
BLUE value IS 142 (55.86% from 255) = 47.81%
R=17.51%
G=34.68%
B=47.81%

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
Decimal521031420.630.2700.4420646.3938.04
Hex34678E3F1B02Cce2e26
Octal6414721677330543165646
Binary11010011001111000111011111111011010110011001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34678E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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