#34697D

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

Shades of Astral #34697D

Tints of Astral #34697D

Color information

#34697D (or 0x34697D) is unknown color: approx Astral. HEX triplet: 34, 69 and 7D. RGB value is (52,105,125). Sum of RGB (Red+Green+Blue) = 52+105+125=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 105 (41.41% from 255 or 37.23% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #34697D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34697D is #CB9682. Grayscale: #5B5B5B. Windows color (decimal): -13342339 or 8218932. OLE color: 8218932.

HSL color Cylindrical-coordinate representation of color #34697D: hue angle of 196.44º 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 #34697D is Cyan = 0.58, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB52105125-
CMYK0.580.1600.51
HSL196.44º41.24%34.71%-
HSV(B)196.44º58.4%49.02%-
XYZ10.1712.3121.24-
YUV91.43146.9499.87-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 105 (41.41% from 255) = 37.23%
BLUE value IS 125 (49.22% from 255) = 44.33%
R=18.44%
G=37.23%
B=44.33%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal521051250.580.1600.51196.4441.2434.71
Hex34697D3A10033c42923
Octal6415117572200633045143
Binary1101001101001111110111101010000011001111000100101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34697D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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