#34688B

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

Shades of Astral #34688B

Tints of Astral #34688B

Color information

#34688B (or 0x34688B) is unknown color: approx Astral. HEX triplet: 34, 68 and 8B. RGB value is (52,104,139). Sum of RGB (Red+Green+Blue) = 52+104+139=295 (39% of max value = 765). Red value is 52 (20.70% from 255 or 17.63% from 295); Green value is 104 (41.02% from 255 or 35.25% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #34688B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34688B is #CB9774. Grayscale: #5C5C5C. Windows color (decimal): -13342581 or 9136180. OLE color: 9136180.

HSL color Cylindrical-coordinate representation of color #34688B: hue angle of 204.14º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #34688B is Cyan = 0.63, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB52104139-
CMYK0.630.2500.45
HSL204.14º45.55%37.45%-
HSV(B)204.14º62.59%54.51%-
XYZ11.0312.4926.26-
YUV92.44154.2799.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.63%
GREEN value IS 104 (41.02% from 255) = 35.25%
BLUE value IS 139 (54.69% from 255) = 47.12%
R=17.63%
G=35.25%
B=47.12%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521041390.630.2500.45204.1445.5537.45
Hex34688B3F1902Dcc2e25
Octal6415021377310553145645
Binary11010011010001000101111111111001010110111001100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34688B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,104,139); }

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

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

 a { background-color: rgb(52,104,139); }

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

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

 span { border-color: rgb(52,104,139); }

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