#34697C

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

Shades of Astral #34697C

Tints of Astral #34697C

Color information

#34697C (or 0x34697C) is unknown color: approx Astral. HEX triplet: 34, 69 and 7C. RGB value is (52,105,124). Sum of RGB (Red+Green+Blue) = 52+105+124=281 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.51% from 281); Green value is 105 (41.41% from 255 or 37.37% from 281); Blue value is 124 (48.83% from 255 or 44.13% from 281); Max value from RGB is 124 - color contains mainly: blue. Hex color #34697C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34697C is #CB9683. Grayscale: #5B5B5B. Windows color (decimal): -13342340 or 8153396. OLE color: 8153396.

HSL color Cylindrical-coordinate representation of color #34697C: hue angle of 195.83º degrees, saturation: 0.41, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #34697C is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52105124-
CMYK0.580.1500.51
HSL195.83º40.91%34.51%-
HSV(B)195.83º58.06%48.63%-
XYZ10.1112.2920.91-
YUV91.32146.4499.96-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.51%
GREEN value IS 105 (41.41% from 255) = 37.37%
BLUE value IS 124 (48.83% from 255) = 44.13%
R=18.51%
G=37.37%
B=44.13%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521051240.580.1500.51195.8340.9134.51
Hex34697C3AF033c42923
Octal6415117472170633045143
Binary110100110100111111001110101111011001111000100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34697C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #34697C; }

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

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

<style>
 a { background-color: #34697C; }

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

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

<style>
 span { border-color: #34697C; }

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

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