#34658B

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

Shades of Astral #34658B

Tints of Astral #34658B

Color information

#34658B (or 0x34658B) is unknown color: approx Astral. HEX triplet: 34, 65 and 8B. RGB value is (52,101,139). Sum of RGB (Red+Green+Blue) = 52+101+139=292 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.81% from 292); Green value is 101 (39.84% from 255 or 34.59% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #34658B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34658B is #CB9A74. Grayscale: #5A5A5A. Windows color (decimal): -13343349 or 9135412. OLE color: 9135412.

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

Color convert

RGB52101139-
CMYK0.630.2700.45
HSL206.21º45.55%37.45%-
HSV(B)206.21º62.59%54.51%-
XYZ10.7311.926.16-
YUV90.68155.27100.41-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.81%
GREEN value IS 101 (39.84% from 255) = 34.59%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=17.81%
G=34.59%
B=47.60%

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
Decimal521011390.630.2700.45206.2145.5537.45
Hex34658B3F1B02Dce2e25
Octal6414521377330553165645
Binary11010011001011000101111111111011010110111001110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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