#34658A

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

Shades of Astral #34658A

Tints of Astral #34658A

Color information

#34658A (or 0x34658A) is unknown color: approx Astral. HEX triplet: 34, 65 and 8A. RGB value is (52,101,138). Sum of RGB (Red+Green+Blue) = 52+101+138=291 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.87% from 291); Green value is 101 (39.84% from 255 or 34.71% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #34658A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34658A is #CB9A75. Grayscale: #5A5A5A. Windows color (decimal): -13343350 or 9069876. OLE color: 9069876.

HSL color Cylindrical-coordinate representation of color #34658A: hue angle of 205.81º 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 #34658A is Cyan = 0.62, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB52101138-
CMYK0.620.2700.46
HSL205.81º45.26%37.25%-
HSV(B)205.81º62.32%54.12%-
XYZ10.6611.8725.77-
YUV90.57154.77100.49-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.87%
GREEN value IS 101 (39.84% from 255) = 34.71%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=17.87%
G=34.71%
B=47.42%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal521011380.620.2700.46205.8145.2637.25
Hex34658A3E1B02Ece2d25
Octal6414521276330563165545
Binary11010011001011000101011111011011010111011001110101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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