#34668A

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

Shades of Astral #34668A

Tints of Astral #34668A

Color information

#34668A (or 0x34668A) is unknown color: approx Astral. HEX triplet: 34, 66 and 8A. RGB value is (52,102,138). Sum of RGB (Red+Green+Blue) = 52+102+138=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 138 (54.30% from 255 or 47.26% from 292); Max value from RGB is 138 - color contains mainly: blue. Hex color #34668A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34668A is #CB9975. Grayscale: #5A5A5A. Windows color (decimal): -13343094 or 9070132. OLE color: 9070132.

HSL color Cylindrical-coordinate representation of color #34668A: hue angle of 205.12º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #34668A is Cyan = 0.62, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52102138-
CMYK0.620.2600.46
HSL205.12º45.26%37.25%-
HSV(B)205.12º62.32%54.12%-
XYZ10.7512.0725.81-
YUV91.15154.44100.07-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 102 (40.23% from 255) = 34.93%
BLUE value IS 138 (54.30% from 255) = 47.26%
R=17.81%
G=34.93%
B=47.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521021380.620.2600.46205.1245.2637.25
Hex34668A3E1A02Ecd2d25
Octal6414621276320563155545
Binary11010011001101000101011111011010010111011001101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34668A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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