#34697B

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

Shades of Astral #34697B

Tints of Astral #34697B

Color information

#34697B (or 0x34697B) is unknown color: approx Astral. HEX triplet: 34, 69 and 7B. RGB value is (52,105,123). Sum of RGB (Red+Green+Blue) = 52+105+123=280 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.57% from 280); Green value is 105 (41.41% from 255 or 37.5% from 280); Blue value is 123 (48.44% from 255 or 43.93% from 280); Max value from RGB is 123 - color contains mainly: blue. Hex color #34697B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #34697B is #CB9684. Grayscale: #5B5B5B. Windows color (decimal): -13342341 or 8087860. OLE color: 8087860.

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

Color convert

RGB52105123-
CMYK0.580.1500.52
HSL195.21º40.57%34.31%-
HSV(B)195.21º57.72%48.24%-
XYZ10.0412.2620.58-
YUV91.2145.94100.04-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.57%
GREEN value IS 105 (41.41% from 255) = 37.5%
BLUE value IS 123 (48.44% from 255) = 43.93%
R=18.57%
G=37.5%
B=43.93%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal521051230.580.1500.52195.2140.5734.31
Hex34697B3AF034c32922
Octal6415117372170643035142
Binary110100110100111110111110101111011010011000011101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34697B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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