#34668C

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

Shades of Astral #34668C

Tints of Astral #34668C

Color information

#34668C (or 0x34668C) is unknown color: approx Astral. HEX triplet: 34, 66 and 8C. RGB value is (52,102,140). Sum of RGB (Red+Green+Blue) = 52+102+140=294 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.69% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #34668C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34668C is #CB9973. Grayscale: #5B5B5B. Windows color (decimal): -13343092 or 9201204. OLE color: 9201204.

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

Color convert

RGB52102140-
CMYK0.630.2700.45
HSL205.91º45.83%37.65%-
HSV(B)205.91º62.86%54.9%-
XYZ10.912.1326.58-
YUV91.38155.4499.91-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.69%
GREEN value IS 102 (40.23% from 255) = 34.69%
BLUE value IS 140 (55.08% from 255) = 47.62%
R=17.69%
G=34.69%
B=47.62%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521021400.630.2700.45205.9145.8337.65
Hex34668C3F1B02Dce2e26
Octal6414621477330553165646
Binary11010011001101000110011111111011010110111001110101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(52,102,140); }

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

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

 a { background-color: rgb(52,102,140); }

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

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

 span { border-color: rgb(52,102,140); }

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