#34678F

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

Shades of Astral #34678F

Tints of Astral #34678F

Color information

#34678F (or 0x34678F) is unknown color: approx Astral. HEX triplet: 34, 67 and 8F. RGB value is (52,103,143). Sum of RGB (Red+Green+Blue) = 52+103+143=298 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.45% from 298); Green value is 103 (40.62% from 255 or 34.56% from 298); Blue value is 143 (56.25% from 255 or 47.99% from 298); Max value from RGB is 143 - color contains mainly: blue. Hex color #34678F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34678F is #CB9870. Grayscale: #5C5C5C. Windows color (decimal): -13342833 or 9398068. OLE color: 9398068.

HSL color Cylindrical-coordinate representation of color #34678F: hue angle of 206.37º degrees, saturation: 0.47, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #34678F is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB52103143-
CMYK0.640.2800.44
HSL206.37º46.67%38.24%-
HSV(B)206.37º63.64%56.08%-
XYZ11.2212.4127.79-
YUV92.31156.699.25-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.45%
GREEN value IS 103 (40.62% from 255) = 34.56%
BLUE value IS 143 (56.25% from 255) = 47.99%
R=17.45%
G=34.56%
B=47.99%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal521031430.640.2800.44206.3746.6738.24
Hex34678F401C02Cce2f26
Octal64147217100340543165746
Binary110100110011110001111100000011100010110011001110101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34678F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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