#34658C

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

Shades of Astral #34658C

Tints of Astral #34658C

Color information

#34658C (or 0x34658C) is unknown color: approx Astral. HEX triplet: 34, 65 and 8C. RGB value is (52,101,140). Sum of RGB (Red+Green+Blue) = 52+101+140=293 (38% of max value = 765). Red value is 52 (20.70% from 255 or 17.75% from 293); Green value is 101 (39.84% from 255 or 34.47% from 293); Blue value is 140 (55.08% from 255 or 47.78% from 293); Max value from RGB is 140 - color contains mainly: blue. Hex color #34658C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #34658C is #CB9A73. Grayscale: #5A5A5A. Windows color (decimal): -13343348 or 9200948. OLE color: 9200948.

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

Color convert

RGB52101140-
CMYK0.630.2800.45
HSL206.59º45.83%37.65%-
HSV(B)206.59º62.86%54.9%-
XYZ10.811.9326.54-
YUV90.79155.77100.33-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 17.75%
GREEN value IS 101 (39.84% from 255) = 34.47%
BLUE value IS 140 (55.08% from 255) = 47.78%
R=17.75%
G=34.47%
B=47.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal521011400.630.2800.45206.5945.8337.65
Hex34658C3F1C02Dcf2e26
Octal6414521477340553175646
Binary11010011001011000110011111111100010110111001111101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34658C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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